Ticket #11606: neon-universal.diff

File neon-universal.diff, 677 bytes (added by ryandesign (Ryan Carsten Schmidt), 17 years ago)
  • Portfile

     
    2929                --with-expat \
    3030                --mandir=\\\${prefix}/share/man
    3131
     32if {[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
    3242destroot.destdir    prefix=${destroot}${prefix}
    3343
    3444test.env    DYLD_LIBRARY_PATH=`find ${worksrcpath} -type d -name .libs | xargs echo | sed -e 's/ /:/g'`