Ticket #22287: Portfile-snowleopard.patch
File Portfile-snowleopard.patch, 917 bytes (added by wyldfire@…, 15 years ago) |
---|
-
(a) /Users/bluefire/Downloads/Portfile.txt vs. (b) Portfile
a b 1 # $Id $1 # $Id: Portfile 50984 2009-05-14 21:08:43Z and.damore@macports.org $ 2 2 3 3 PortSystem 1.0 4 4 name xercesc … … 19 19 checksums md5 5daf514b73f3e0de9e3fce704387c0d2 20 20 platforms darwin 21 21 22 patchfiles macsvn.diff 23 22 24 configure.dir ${worksrcpath}/src/xercesc 23 25 configure.env XERCESCROOT=${worksrcpath} 24 26 configure.pre_args -P "${prefix}" 25 27 configure.cmd ./runConfigure 28 configure.ldflags-delete -L${prefix}/lib 26 29 27 30 build.dir ${worksrcpath}/src/xercesc 28 31 build.env ${configure.env} 29 32 build.type gnu 33 use_parallel_build no 30 34 31 35 platform darwin { 32 36 configure.pre_args-append -p macosx -n native 33 37 } 34 38 39 platform darwin 10 { 40 configure.pre_args-append -b 64 41 } 42 35 43 platform darwin 8 { 36 44 configure.pre_args-append -c /usr/bin/gcc-4.0 -x /usr/bin/g++-4.0 37 45 }