Ticket #31679: Portfile.diff
File Portfile.diff, 981 bytes (added by howarth@…, 13 years ago) |
---|
-
Portfile
old new 4 4 5 5 name xemacs 6 6 version 21.4.22 7 revision 47 revision 5 8 8 set sumo_date 2009-02-17 9 9 categories editors x11 10 10 platforms darwin … … 43 43 sha1 dc50bc3b62e5ff1cd766c7e4f31880bd200caad5 \ 44 44 rmd160 506b7465687ff9dafe26f46e049b6aad8915eb49 45 45 46 if {${configure.compiler} == "clang"} {47 configure.compiler llvm-gcc-4.248 }49 50 46 configure.args --mandir=${prefix}/share/man \ 51 47 --without-postgresql \ 52 48 --without-ldap \ … … 88 84 distfiles-delete ${sumo_dist}:package ${mule_dist}:package 89 85 } 90 86 91 platform darwin 11 { 87 # http://trac.macports.org/ticket/31679 88 if {${configure.compiler} == "llvm-gcc-4.2" || ${configure.compiler} == "clang"} { 89 configure.cflags-append -std=c89 92 90 configure.ldflags-append -Wl,-no_pie 93 91 } 94