[97084] trunk/dports/math/crfsuite/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Aug 27 03:12:52 PDT 2012


Revision: 97084
          https://trac.macports.org/changeset/97084
Author:   ryandesign at macports.org
Date:     2012-08-27 03:12:49 -0700 (Mon, 27 Aug 2012)
Log Message:
-----------
crfsuite: fix build on Lion and earlier

Modified Paths:
--------------
    trunk/dports/math/crfsuite/Portfile

Modified: trunk/dports/math/crfsuite/Portfile
===================================================================
--- trunk/dports/math/crfsuite/Portfile	2012-08-27 09:09:13 UTC (rev 97083)
+++ trunk/dports/math/crfsuite/Portfile	2012-08-27 10:12:49 UTC (rev 97084)
@@ -24,12 +24,9 @@
                     port:automake
 depends_lib         port:liblbfgs
 
-patchfiles          patch-autogen.sh.diff
+patchfiles          patch-autogen.sh.diff \
+                    patch-configure.in.diff
 
-if {${os.major} >= 12 && ${os.platform} == "darwin"} {
-    patchfiles-append patch-configure.in.diff
-}
-
 pre-configure {
     system -W ${worksrcpath} "./autogen.sh"
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120827/3dd1556c/attachment.html>


More information about the macports-changes mailing list