Ticket #20906: gegl-x86_64.diff
File gegl-x86_64.diff, 520 bytes (added by jmroot (Joshua Root), 14 years ago) |
---|
-
Portfile
48 48 49 49 configure.args --disable-docs 50 50 51 platform darwin 10 { 52 # workaround for ticket #20906 53 configure.args-append --disable-mmx 51 platform darwin { 52 if {$build_arch == "x86_64"} { 53 configure.args-append --build=${build_arch}-apple-darwin${os.version} 54 } 54 55 } 55 56 56 57 variant html_doc description {Build html docs with enscript and asciidoc} {