diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-06-11 01:44:15 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-06-11 01:44:15 +0000 |
commit | 13fb0b92a29536c74fd1cea5b5e8e7fb8705be98 (patch) | |
tree | d21fd4ee60da4c705d6bb2d4d0222a7e7af7ef7b /graphics/opencollada | |
parent | 52a39feebd3a360c0a4633697006081ae2024197 (diff) | |
download | ports-13fb0b92a29536c74fd1cea5b5e8e7fb8705be98.tar.gz ports-13fb0b92a29536c74fd1cea5b5e8e7fb8705be98.zip |
Notes
Diffstat (limited to 'graphics/opencollada')
-rw-r--r-- | graphics/opencollada/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/graphics/opencollada/Makefile b/graphics/opencollada/Makefile index 8f130cef01f7..14e10db3f66b 100644 --- a/graphics/opencollada/Makefile +++ b/graphics/opencollada/Makefile @@ -11,11 +11,11 @@ COMMENT= Library for reading and writing COLLADA files LICENSE= MIT -LIB_DEPENDS= libpcre.so:devel/pcre +BROKEN_sparc64= cannot build: runaway process -BROKEN_powerpc64= Does not build: c++: Internal error: Killed (program cc1plus) +LIB_DEPENDS= libpcre.so:devel/pcre -USES= cmake:outsource compiler dos2unix iconv pkgconfig +USES= cmake:outsource compiler:c++11-lib dos2unix iconv pkgconfig USE_GITHUB= yes GH_ACCOUNT= KhronosGroup @@ -23,11 +23,9 @@ GH_PROJECT= OpenCOLLADA USE_GNOME= libxml2 USE_LDCONFIG= ${PREFIX}/lib/opencollada -CFLAGS+= -I/${LOCALBASE}/include +CFLAGS+= -I/${LOCALBASE}/include -Wno-narrowing CMAKE_ARGS+= -DUSE_SHARED:BOOL=ON -DUSE_STATIC:BOOL=OFF -BROKEN_sparc64= cannot build: runaway process - # for files/patch-2d66943 DOS2UNIX_FILES= COLLADABaseUtils/include/COLLADABUPcreCompiledPattern.h \ COLLADABaseUtils/src/COLLADABUURI.cpp |