Ticket #11606: neon-universal.diff
File neon-universal.diff, 677 bytes (added by ryandesign (Ryan Carsten Schmidt), 18 years ago) |
---|
-
Portfile
29 29 --with-expat \ 30 30 --mandir=\\\${prefix}/share/man 31 31 32 if {[llength [info commands configure.universal_ldflags-append]] > 0} { 33 configure.universal_ldflags-append -L$prefix/lib 34 } else { 35 variant universal { 36 return -code error "You need to be running MacPorts 1.4.0 or higher to \ 37 use this variant (universal)." 38 } 39 } 40 41 32 42 destroot.destdir prefix=${destroot}${prefix} 33 43 34 44 test.env DYLD_LIBRARY_PATH=`find ${worksrcpath} -type d -name .libs | xargs echo | sed -e 's/ /:/g'`