diff options
| author | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2026-07-22 15:06:39 +0000 |
|---|---|---|
| committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2026-08-04 20:31:31 +0000 |
| commit | 39e47c3905fc38524e487ecaa24ac968ef2d2011 (patch) | |
| tree | 1edd1619b073702ca2f17c9b18dc4364745e67ae | |
| parent | 5567ff9d97a74b85e1727f02ce5b63a7c208531f (diff) | |
graphics/opennurbs: BREAK on i386
Redefinition of constructor due to time_t - int type definition.
(cherry picked from commit 1b4a1ab87084e5881d82791e46d7d6597dc3d92d)
| -rw-r--r-- | graphics/opennurbs/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/graphics/opennurbs/Makefile b/graphics/opennurbs/Makefile index 55c7b3b58f3a..4eb18f354792 100644 --- a/graphics/opennurbs/Makefile +++ b/graphics/opennurbs/Makefile @@ -11,15 +11,19 @@ WWW= http://opennurbs.org/ LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/LICENSE -USE_GITHUB= yes -GH_ACCOUNT= mcneel +BROKEN_i386 = error: constructor cannot be redeclared LIB_DEPENDS= libuuid.so:misc/libuuid USES= cmake compiler:c++17-lang iconv:build localbase + +USE_GITHUB= yes +GH_ACCOUNT= mcneel + +USE_LDCONFIG= yes + CFLAGS+= -DON_COMPILER_CLANG \ -DON_SIZEOF_WCHAR_T=4 -USE_LDCONFIG= yes OPTIONS_DEFINE= EXAMPLES |
