summaryrefslogtreecommitdiffstats
path: root/lib/libf2c
diff options
context:
space:
mode:
authorjmz <jmz@FreeBSD.org>1997-04-24 17:10:56 +0000
committerjmz <jmz@FreeBSD.org>1997-04-24 17:10:56 +0000
commitd4f450005cff0dfd6bd11b879485ddcd44eb1872 (patch)
treedc09d1551247cc5d7303ce34f7ba059572a9fa11 /lib/libf2c
parent88cf518a58888ed832cb4d6f107a317040b2c978 (diff)
downloadFreeBSD-src-d4f450005cff0dfd6bd11b879485ddcd44eb1872.zip
FreeBSD-src-d4f450005cff0dfd6bd11b879485ddcd44eb1872.tar.gz
Add a -I switch to CFLAGS to use the f2c.h header file in the usr.bin/f2c
directory. Reviewed by: bde
Diffstat (limited to 'lib/libf2c')
-rw-r--r--lib/libf2c/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libf2c/Makefile b/lib/libf2c/Makefile
index 5db8a42..e054130 100644
--- a/lib/libf2c/Makefile
+++ b/lib/libf2c/Makefile
@@ -1,7 +1,7 @@
.PATH: ${.CURDIR}/../libF77 ${.CURDIR}/../libI77
LIB=f2c
-CFLAGS+= -DIEEE_drem -DNON_ANSI_RW_MODES -DNON_UNIX_STDIO -DPedantic
+CFLAGS+= -DIEEE_drem -DNON_ANSI_RW_MODES -DNON_UNIX_STDIO -DPedantic -I${.CURDIR}/../../usr.bin/f2c
MISC = Version.c main.c s_rnge.c abort_.c getarg_.c iargc_.c getenv_.c\
signal_.c s_stop.c s_paus.c system_.c cabs.c\
OpenPOWER on IntegriCloud