git: a0bcb23325f1 - main - devel/simdjson: Re-enable build for i386
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Dec 2022 22:41:33 UTC
The branch main has been updated by eduardo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a0bcb23325f1a10014a4abd695f014b85f39f464
commit a0bcb23325f1a10014a4abd695f014b85f39f464
Author: Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2022-12-30 22:39:00 +0000
Commit: Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2022-12-30 22:39:00 +0000
devel/simdjson: Re-enable build for i386
- pet portlint
PR: 268646
---
devel/simdjson/Makefile | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/devel/simdjson/Makefile b/devel/simdjson/Makefile
index f2b488596f4a..20202738fdd1 100644
--- a/devel/simdjson/Makefile
+++ b/devel/simdjson/Makefile
@@ -1,6 +1,7 @@
PORTNAME= simdjson
DISTVERSIONPREFIX= v
DISTVERSION= 3.0.0
+PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= olevole@olevole.ru
@@ -10,9 +11,6 @@ WWW= https://simdjson.org/
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-BROKEN_i386= does not build (error: unknown type name '__uint128_t')
-CXXFLAGS_powerpc64= -mpower8-vector
-
USES= cmake:testing compiler:c++17-lang
USE_GITHUB= yes
USE_LDCONFIG= yes
@@ -23,4 +21,7 @@ CMAKE_TESTING_OFF= SIMDJSON_JUST_LIBRARY
CMAKE_ON= SIMDJSON_JUST_LIBRARY \
BUILD_SHARED_LIBS
+CXXFLAGS_i386+= -DSIMDJSON_NO_PORTABILITY_WARNING
+CXXFLAGS_powerpc64= -mpower8-vector
+
.include <bsd.port.mk>