Ticket #10944: Portfile_b.diff

File Portfile_b.diff, 582 bytes (added by ecronin (Eric Cronin), 17 years ago)
  • Portfile

    old new  
    4242
    4343post-patch {
    4444        reinplace "s|-bundle|-dynamiclib|g" ${worksrcpath}/configure
     45    ### BAND-AID: libs in subdirectories of ${prefix}/lib/samba3 will
     46    ###   still have unresolved symbols since the makefile doesn't contain
     47    ###   any information about install location at link time...
     48    reinplace "s|@\$\(SHLD\) \$\(LDSHFLAGS\)|@\$\(SHLD\) \$\(LDSHFLAGS\) -install_name @libdir@/`basename \$@`|g" ${worksrcpath}/Makefile.in
    4549}
    4650
    4751platform darwin 8 {