Ticket #10944: Portfile_b.diff
File Portfile_b.diff, 582 bytes (added by ecronin (Eric Cronin), 17 years ago) |
---|
-
Portfile
old new 42 42 43 43 post-patch { 44 44 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 45 49 } 46 50 47 51 platform darwin 8 {