[86790] trunk/dports/devel/libtool/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Nov 4 03:52:23 PDT 2011


Revision: 86790
          http://trac.macports.org/changeset/86790
Author:   ryandesign at macports.org
Date:     2011-11-04 03:52:19 -0700 (Fri, 04 Nov 2011)
Log Message:
-----------
libtool: prevent libltdl.dylib from failing to be built if a broken Fortran compiler is installed; see #23684

Modified Paths:
--------------
    trunk/dports/devel/libtool/Portfile

Modified: trunk/dports/devel/libtool/Portfile
===================================================================
--- trunk/dports/devel/libtool/Portfile	2011-11-04 06:54:49 UTC (rev 86789)
+++ trunk/dports/devel/libtool/Portfile	2011-11-04 10:52:19 UTC (rev 86790)
@@ -34,7 +34,9 @@
 
 #worksrcdir      [strsed $distname {s/[a-z]*$//}]
 
-configure.args  --program-prefix=g
+configure.args  F77=no \
+                FC=no \
+                --program-prefix=g
 
 use_parallel_build  yes
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111104/21fabfbe/attachment.html>


More information about the macports-changes mailing list