Ticket #35825: Portfile.diff
File Portfile.diff, 423 bytes (added by gorticus (Jason Mitchell), 12 years ago) |
---|
-
Portfile
old new 95 95 configure.args-append --enable-assertions 96 96 } 97 97 98 variant pic description "Enable generation of position independent code" {99 configure.args-append --enable-pic100 }101 102 98 platform darwin { 103 99 if {${build_arch} == "i386" } { 104 100 configure.pre_args-append --build=i686-apple-darwin${os.major}