diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2014-09-20 17:06:46 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2014-09-20 17:06:46 +0000 |
commit | add8dbd8dd4f1abe35921d74573a5c1342474aa9 (patch) | |
tree | c9b4f8fc7e7931dae6bfdb8461608a53ccfea951 /graphics | |
parent | 5a307ee2096d0d44f92c5b8cde6d9c72d46da657 (diff) | |
download | ports-add8dbd8dd4f1abe35921d74573a5c1342474aa9.tar.gz ports-add8dbd8dd4f1abe35921d74573a5c1342474aa9.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/rawtherapee/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/rawtherapee/Makefile b/graphics/rawtherapee/Makefile index 4d9a3187ccc2..ba4e61c9cab5 100644 --- a/graphics/rawtherapee/Makefile +++ b/graphics/rawtherapee/Makefile @@ -58,7 +58,7 @@ OPTIMIZED_CFLAGS_DESC= Use extra compiler optimizations (requires SSE support) # that the base C++ standard library switched to libc++: # We also must pin 4.8+ because 4.6 and 4.7 segfault on 10.0-RELEASE amd64 # wwhen compiling improcfun.cc: -USE_GCC= 4.8+ +USE_GCC= yes .if ${COMPILER_FEATURES:Mlibc++} LDFLAGS+= -L/usr/local/lib/c++ |