Revision
99193
Author
pixilla@macports.org
Date
2012-10-29 08:47:34 -0700 (Mon, 29 Oct 2012)

Log Message

devel/clucene:
- Remove reinplace on non-existent file. Closes #36785

Modified Paths

Diff

Modified: trunk/dports/devel/clucene/Portfile (99192 => 99193)


--- trunk/dports/devel/clucene/Portfile	2012-10-29 14:25:15 UTC (rev 99192)
+++ trunk/dports/devel/clucene/Portfile	2012-10-29 15:47:34 UTC (rev 99193)
@@ -27,11 +27,5 @@
 # http://sourceforge.net/tracker/?func=detail&aid=3461512&group_id=80013&atid=558446
 patchfiles              0001-Fix-.pc-file-by-adding-clucene-shared-library.patch
 
-post-configure {
-    if {[variant_isset universal]} {
-        reinplace "s|CC -dynamiclib|CC -dynamiclib ${configure.universal_ldflags}|g" ${worksrcpath}/libtool
-    }
-}
-
 livecheck.regex "${name}-core-(\\d+\.\\d+\.\\d+\[a-z\]*)${extract.suffix}"