aboutsummaryrefslogtreecommitdiff
path: root/cad
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 /cad
parent8ed05f0e6547041c01220109690f2383c9c5ad13 (diff)
downloadports-bcda90f017d247d33c872665fe8ea05b006bde1a.tar.gz
ports-bcda90f017d247d33c872665fe8ea05b006bde1a.zip
Notes
Diffstat (limited to 'cad')
-rw-r--r--cad/kaskade/files/patch-aa4
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/kaskade/files/patch-aa b/cad/kaskade/files/patch-aa
index 35714afb0d37..de27472acfb0 100644
--- a/cad/kaskade/files/patch-aa
+++ b/cad/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