[40974] trunk/dports/math/octave/Portfile

blb at macports.org blb at macports.org
Sun Oct 19 14:28:26 PDT 2008


Revision: 40974
          http://trac.macports.org/changeset/40974
Author:   blb at macports.org
Date:     2008-10-19 14:28:26 -0700 (Sun, 19 Oct 2008)
Log Message:
-----------
math/octave - fix gcc43 crashing issue, ticket #16717

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

Modified: trunk/dports/math/octave/Portfile
===================================================================
--- trunk/dports/math/octave/Portfile	2008-10-19 20:03:48 UTC (rev 40973)
+++ trunk/dports/math/octave/Portfile	2008-10-19 21:28:26 UTC (rev 40974)
@@ -5,6 +5,7 @@
 
 name	octave
 version		3.0.2
+revision    1
 categories	math science
 maintainers	stechert at macports.org alakazam at melix.net
 platforms	darwin
@@ -81,9 +82,9 @@
 test.run	yes
 test.target	check
 
-variant gcc43 description {builds with gfortran-mp-4.3} {
+variant gcc43 description {builds with the macports gcc43 toolchain} {
 	depends_lib-append	port:gcc43
-	configure.f77		"${prefix}/bin/gfortran-mp-4.3"
+	configure.compiler	macports-gcc-4.3
 }
 
 if {![variant_isset gcc43]} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20081019/23cbc486/attachment.html 


More information about the macports-changes mailing list