[99193] trunk/dports/devel/clucene/Portfile

pixilla at macports.org pixilla at macports.org
Mon Oct 29 08:47:34 PDT 2012


Revision: 99193
          http://trac.macports.org//changeset/99193
Author:   pixilla at 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:
--------------
    trunk/dports/devel/clucene/Portfile

Modified: trunk/dports/devel/clucene/Portfile
===================================================================
--- 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}"
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121029/961a9173/attachment.html>


More information about the macports-changes mailing list