aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2023-07-08 01:05:07 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2023-07-13 06:52:03 +0000
commitbdecbe199f8c7bdec1766189dfd245e61688c8df (patch)
treed21fbf5d5bda378b63a3bef25beb51a6c13989d4
parent6aab73e8aa2fb5de6ffa8a9b92f85cb6b11ed5bf (diff)
downloadports-bdecbe199f8c7bdec1766189dfd245e61688c8df.tar.gz
ports-bdecbe199f8c7bdec1766189dfd245e61688c8df.zip
devel/quickcpplib: Broken on i386
(cherry picked from commit 09b871358bac8e7ff7db7b9e0ac162247a3e4e82)
-rw-r--r--devel/quickcpplib/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/quickcpplib/Makefile b/devel/quickcpplib/Makefile
index 24a33842d358..d729a65f7ea2 100644
--- a/devel/quickcpplib/Makefile
+++ b/devel/quickcpplib/Makefile
@@ -9,6 +9,8 @@ WWW= https://github.com/ned14/quickcpplib
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/Licence.txt
+BROKEN_i386= complation fails: __int128 is not supported on this target
+
USES= cmake:testing
USE_GITHUB= yes