summaryrefslogtreecommitdiff
path: root/cad/spice/files
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2000-08-16 05:09:30 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2000-08-16 05:09:30 +0000
commitb9b57873b45c53f72b816e2be1d83a303c5718bb (patch)
tree4c711efbd57352e9a73fca0cdce847e161df7124 /cad/spice/files
parent18ec8d39f9fa2f38cded459caab911411d936147 (diff)
downloadpkgsrc-b9b57873b45c53f72b816e2be1d83a303c5718bb.tar.gz
- make sure that the local includes are always searched first to avoid picking
up some possible conflicting headers. - while I'm here, make me the maintainer (instead of 'packages')
Diffstat (limited to 'cad/spice/files')
-rw-r--r--cad/spice/files/NetBSD6
1 files changed, 3 insertions, 3 deletions
diff --git a/cad/spice/files/NetBSD b/cad/spice/files/NetBSD
index ecc4224a80d..f3d10144b97 100644
--- a/cad/spice/files/NetBSD
+++ b/cad/spice/files/NetBSD
@@ -1,12 +1,12 @@
# FreeBSD/NetBSD config exception file
-# $NetBSD: NetBSD,v 1.3 1999/10/01 17:05:15 dmcmahill Exp $
+# $NetBSD: NetBSD,v 1.4 2000/08/16 05:09:31 dmcmahill Exp $
MAKE = /usr/bin/make
INTERFACE_OPTS = -DWANT_X11
CC = gcc
-CC_OPT = -O2 -pipe -I${LOCALBASE}/include
-CC_OPT_SAFE = -O2 -fno-strength-reduce -pipe -I${LOCALBASE}/include
+CC_OPT = -O2 -pipe -I@WRKSRC@/src/include -I${LOCALBASE}/include
+CC_OPT_SAFE = -O2 -fno-strength-reduce -pipe -I@WRKSRC@/src/include -I${LOCALBASE}/include
LDFLAGS = -L${LOCALBASE}/lib -Wl,-R${LOCALBASE}/lib -lreadline -lm -ltermcap
ASM_HACK = < /dev/null
SYS_CFLAGS = -Dbsd