[26337] trunk/dports/devel/lua-numlua/files

source_changes at macosforge.org source_changes at macosforge.org
Tue Jun 19 22:25:17 PDT 2007


Revision: 26337
          http://trac.macosforge.org/projects/macports/changeset/26337
Author:   bfulgham at macports.org
Date:     2007-06-19 22:25:16 -0700 (Tue, 19 Jun 2007)

Log Message:
-----------
Minor updates to support builds with current gcc/gfortran.

Modified Paths:
--------------
    trunk/dports/devel/lua-numlua/files/patch-lib-config
    trunk/dports/devel/lua-numlua/files/patch-src-Makefile

Modified: trunk/dports/devel/lua-numlua/files/patch-lib-config
===================================================================
--- trunk/dports/devel/lua-numlua/files/patch-lib-config	2007-06-20 04:02:47 UTC (rev 26336)
+++ trunk/dports/devel/lua-numlua/files/patch-lib-config	2007-06-20 05:25:16 UTC (rev 26337)
@@ -9,12 +9,12 @@
  
  # FORTRAN flags (used by blas, lapack, dcdflib, and fnlib)
 -FC = g77
-+FC = gfortran-dp-4.1
++FC = gfortran-mp-4.2
  FFLAGS = -fno-f2c -funroll-all-loops -fomit-frame-pointer -O
  
  # C flags (used by ranlib)
 -CC = gcc
-+CC = gcc-dp-4.1
++CC = gcc-mp-4.2
  CFLAGS = -W -Wall -pedantic
  OPTFLAGS = -fomit-frame-pointer -O2
  INCFLAGS = -I../../src -I$(LUADIR)/include

Modified: trunk/dports/devel/lua-numlua/files/patch-src-Makefile
===================================================================
--- trunk/dports/devel/lua-numlua/files/patch-src-Makefile	2007-06-20 04:02:47 UTC (rev 26336)
+++ trunk/dports/devel/lua-numlua/files/patch-src-Makefile	2007-06-20 05:25:16 UTC (rev 26337)
@@ -26,7 +26,7 @@
 +LUADIR = /opt/local
  
 -CC = gcc
-+CC = MACOSX_DEPLOYMENT_TARGET="10.3" gcc-dp-4.1
++CC = MACOSX_DEPLOYMENT_TARGET="10.3" gcc-mp-4.2
  CFLAGS = -W -Wall -pedantic -fshort-enums
  OPTFLAGS = -fomit-frame-pointer -O2 # -g
  

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070619/e9f23edd/attachment.html


More information about the macports-changes mailing list