Changeset 80979
- Timestamp:
- 07/22/11 15:17:04 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/graphics/GraphicsMagick/Portfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/graphics/GraphicsMagick/Portfile
r80964 r80979 53 53 use_bzip2 yes 54 54 55 # Undefined symbols for architecture x86_64: ___builtin_object_size 56 configure.cflags-append -D_FORTIFY_SOURCE=0 55 # llvm-gcc-4.2 gives "Undefined symbols for architecture x86_64: ___builtin_object_size" 56 if {${configure.compiler} == "llvm-gcc-4.2"} { 57 configure.compiler clang 58 } 57 59 58 60 configure.args --with-jbig=no \
Note: See TracChangeset
for help on using the changeset viewer.

