summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-08-07 00:41:54 +0000
committerSteve Price <steve@FreeBSD.org>1999-08-07 00:41:54 +0000
commitbcda90f017d247d33c872665fe8ea05b006bde1a (patch)
tree5c5d9c5e0925c0c1119b64c123842bb83e9a929d /math
parentPrefer the http main site over the ftp main site, it's more reliable. (diff)
Test if HAVE_G2C is defined rather than if it's value is non-zero.
Notes
Notes: svn path=/head/; revision=20588
Diffstat (limited to 'math')
-rw-r--r--math/kaskade/files/patch-aa4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/kaskade/files/patch-aa b/math/kaskade/files/patch-aa
index 35714afb0d37..de27472acfb0 100644
--- a/math/kaskade/files/patch-aa
+++ b/math/kaskade/files/patch-aa
@@ -1,5 +1,5 @@
--- makefile.orig Wed Sep 25 09:32:22 1996
-+++ makefile Sun Jun 20 13:35:05 1999
++++ makefile Fri Aug 6 19:37:41 1999
@@ -1,6 +1,6 @@
PURIFY = #purify
PURELINK = #purelink
@@ -30,7 +30,7 @@
# F77LIBS = -lxlf -lxlf90 -lxlfutil # IBM
# F77LIBS = -lfor # DEC Alpha
-# F77LIBS = -lf2c # PC LINUX, XFree86 3.1.1
-+.if $(HAVE_G2C)
++.if defined(HAVE_G2C)
+F77LIBS = -lg2c # PC LINUX, XFree86 3.1.1
+.else
+F77LIBS = -lf2c # PC LINUX, XFree86 3.1.1