Ticket #16744: universal_build_clucene.diff
File universal_build_clucene.diff, 637 bytes (added by illogical1@…, 16 years ago) |
---|
-
devel/clucene/Portfile
old new 17 17 homepage http://clucene.sourceforge.net/ 18 18 master_sites sourceforge 19 19 checksums sha1 a60a360b9ce9048d65e5de8f0ae21a3f2638b22c 20 21 post-configure { 22 reinplace "s|verstring\=|\ s:\${wl}:|g" ${worksrcpath}/libtool 23 if {[variant_isset universal]} { reinplace "s|CC -dynamiclib|CC -dynamiclib ${configure.universal_ldflags}|g" ${worksrcpath}/libtool 24 } 25 } 26