Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F136989430
D20089.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
957 B
Referenced Files
None
Subscribers
None
D20089.id.diff
View Options
Index: head/graphics/opencolorio/Makefile
===================================================================
--- head/graphics/opencolorio/Makefile
+++ head/graphics/opencolorio/Makefile
@@ -12,7 +12,8 @@
LICENSE= BSD3CLAUSE
-USES= alias cmake compiler:c++11-lang pkgconfig shebangfix
+USES= alias cmake compiler:c++11-lang localbase:ldflags pkgconfig \
+ shebangfix
USE_GITHUB= yes
GH_ACCOUNT= imageworks
@@ -20,10 +21,10 @@
CMAKE_ON= USE_EXTERNAL_TINYXML USE_EXTERNAL_YAML
CMAKE_OFF= OCIO_BUILD_JNIGLUE OCIO_BUILD_NUKE OCIO_BUILD_STATIC
-LDFLAGS+= -L${LOCALBASE}/lib
-# pyglue gives an error on use of register
-# this should only be an error using c++17
-CXXFLAGS+= -Wno-deprecated-register
+
+CXXFLAGS= ${CXXFLAGS_${CHOSEN_COMPILER_TYPE}}
+CXXFLAGS_gcc= -Wno-unused-function -Wno-error
+CXXFLAGS_clang= -Wno-deprecated-register
SHEBANG_FILES= share/sphinx/ExtractRstFromSourceCPP.py \
share/sphinx/ExtractRstFromSourceSimple.py \
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 21, 10:32 PM (2 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25814075
Default Alt Text
D20089.id.diff (957 B)
Attached To
Mode
D20089: graphics/opencolorio: fix build with GCC-based architectures
Attached
Detach File
Event Timeline
Log In to Comment