aboutsummaryrefslogtreecommitdiffstats
path: root/math/superlu/files
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2000-10-16 09:15:12 +0800
committerkris <kris@FreeBSD.org>2000-10-16 09:15:12 +0800
commit260f6471c8f11f8e3a72d9f72ad2e4e0b27ad106 (patch)
treed303f63ca3f868819cec4ef87239705a8f033ae9 /math/superlu/files
parent54d6dc259cb5e3c1b860f069798c933db294c5d4 (diff)
downloadfreebsd-ports-gnome-260f6471c8f11f8e3a72d9f72ad2e4e0b27ad106.tar.gz
freebsd-ports-gnome-260f6471c8f11f8e3a72d9f72ad2e4e0b27ad106.tar.zst
freebsd-ports-gnome-260f6471c8f11f8e3a72d9f72ad2e4e0b27ad106.zip
Distfile changed - makefile, documentation and code changes. Bump
PORTREVISION.
Diffstat (limited to 'math/superlu/files')
-rw-r--r--math/superlu/files/patch-aa15
1 files changed, 8 insertions, 7 deletions
diff --git a/math/superlu/files/patch-aa b/math/superlu/files/patch-aa
index 73e92f06ae53..49d316a59a86 100644
--- a/math/superlu/files/patch-aa
+++ b/math/superlu/files/patch-aa
@@ -1,5 +1,5 @@
---- make.inc.orig Fri Aug 6 15:10:24 1999
-+++ make.inc Thu Dec 16 04:00:37 1999
+--- make.inc.orig Tue Feb 15 13:29:45 2000
++++ make.inc Sun Oct 15 18:11:48 2000
@@ -16,14 +16,14 @@
#
# The machine (platform) identifier to append to the library names
@@ -22,13 +22,14 @@
ARCHFLAGS = cr
RANLIB = ranlib
--CC = gcc
-+CC ?= gcc
- #CFLAGS = -xO3 -xcg92
--CFLAGS = -Wall -O2
+-CC = cc
+-CFLAGS = -xO3 -xcg92
+-#CFLAGS = -Wall -O2
-FORTRAN = f77
-FFLAGS = -O
--LOADER = gcc
+-LOADER = cc
++CC ?= cc
++#CFLAGS = -xO3 -xcg92
+CFLAGS ?= -Wall -O2
+FORTRAN = ${FC}
+FFLAGS ?= -O