diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2017-04-02 21:20:54 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2017-04-02 21:20:54 +0000 |
commit | cac69089fec8c8c74d7e2682afb7b1cafb5670fa (patch) | |
tree | 9c38104fd5c72d748e3c83992f148f333bc34013 /graphics/rawtherapee | |
parent | 534a7d9e34cd3b90989c7e395034377993c800b8 (diff) | |
download | ports-cac69089fec8c8c74d7e2682afb7b1cafb5670fa.tar.gz ports-cac69089fec8c8c74d7e2682afb7b1cafb5670fa.zip |
Notes
Diffstat (limited to 'graphics/rawtherapee')
-rw-r--r-- | graphics/rawtherapee/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/graphics/rawtherapee/Makefile b/graphics/rawtherapee/Makefile index 24a808a3ed73..7a40799a3cfb 100644 --- a/graphics/rawtherapee/Makefile +++ b/graphics/rawtherapee/Makefile @@ -116,11 +116,6 @@ USES+= compiler:gcc-c++11-lib .include <bsd.port.pre.mk> .if ${CHOSEN_COMPILER_TYPE} == gcc -# Workaround: this needs to be late because Mk/Uses/compiler.mk tramples -# over previously set values with gcc-libc++-configure as of r432539. -# GCC 4.9 doesn't generate usable code on FreeBSD 11.0. -USE_GCC= 5+ - # work around compiler faults .if ${ARCH} == i386 CFLAGS+= -mstackrealign |