[61065] trunk/dports/science/cfitsio/files/patch-configure.diff

ryandesign at macports.org ryandesign at macports.org
Tue Dec 1 08:01:31 PST 2009


Revision: 61065
          http://trac.macports.org/changeset/61065
Author:   ryandesign at macports.org
Date:     2009-12-01 08:01:31 -0800 (Tue, 01 Dec 2009)
Log Message:
-----------
cfitsio: when the configure script checks the compiler version, make sure we're UsingTheRightCompiler

Modified Paths:
--------------
    trunk/dports/science/cfitsio/files/patch-configure.diff

Modified: trunk/dports/science/cfitsio/files/patch-configure.diff
===================================================================
--- trunk/dports/science/cfitsio/files/patch-configure.diff	2009-12-01 16:01:00 UTC (rev 61064)
+++ trunk/dports/science/cfitsio/files/patch-configure.diff	2009-12-01 16:01:31 UTC (rev 61065)
@@ -1,6 +1,15 @@
---- configure	2008-12-24 11:22:33.000000000 +0000
-+++ configure	2008-12-24 11:22:48.000000000 +0000
-@@ -3388,7 +3388,7 @@
+--- configure.orig	2009-09-03 15:33:59.000000000 -0500
++++ configure	2009-12-01 09:49:05.000000000 -0600
+@@ -4001,7 +4001,7 @@
+ 
+ case $GCC in
+ 	yes)
+-		GCCVERSION="`gcc -dumpversion 2>&1`"
++		GCCVERSION="`$CC -dumpversion 2>&1`"
+ 		echo "cfitsio: == Using gcc version $GCCVERSION"
+ 
+ 
+@@ -4052,7 +4052,7 @@
      SHLIB_SUFFIX=".dll"
      ;;
    darwin)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091201/d43129ff/attachment.html>


More information about the macports-changes mailing list