summaryrefslogtreecommitdiff
path: root/cad/spice/files/NetBSD
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>1999-10-01 17:05:14 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>1999-10-01 17:05:14 +0000
commitfe4bb072fe0801a07b7a2922b41af715972a49ae (patch)
tree15905d474e3744ebdfeb6fed2f43951700cd4a7d /cad/spice/files/NetBSD
parent75a82ad848f182357c0fd28ff13fb68e13a81cc9 (diff)
downloadpkgsrc-fe4bb072fe0801a07b7a2922b41af715972a49ae.tar.gz
- added missing -Wl,-Rpath for the X11 libraries
- fixed program version number reported when spice is run to make it consistent with the version of the program. - several patches to fix compilation warnings due to missing header files and some inconsistent variable types. - broke out previous patch-aa which patched several files into 1 patch per file. - fixed some code which returned the address of a local char array variable. - added GNU readline support (a huge improvement in the interface) - changed USE_X11BASE to USE_X11. No reason to install into X11BASE. - removed 'x' target from package Makefile
Diffstat (limited to 'cad/spice/files/NetBSD')
-rw-r--r--cad/spice/files/NetBSD8
1 files changed, 4 insertions, 4 deletions
diff --git a/cad/spice/files/NetBSD b/cad/spice/files/NetBSD
index bd773c12939..ecc4224a80d 100644
--- a/cad/spice/files/NetBSD
+++ b/cad/spice/files/NetBSD
@@ -1,12 +1,12 @@
# FreeBSD/NetBSD config exception file
-# $NetBSD: NetBSD,v 1.2 1998/08/07 10:36:28 agc Exp $
+# $NetBSD: NetBSD,v 1.3 1999/10/01 17:05:15 dmcmahill Exp $
MAKE = /usr/bin/make
INTERFACE_OPTS = -DWANT_X11
CC = gcc
-CC_OPT = -O2 -pipe
-CC_OPT_SAFE = -O2 -fno-strength-reduce -pipe
-LDFLAGS = -L${X11BASE}/lib -lm -ltermcap
+CC_OPT = -O2 -pipe -I${LOCALBASE}/include
+CC_OPT_SAFE = -O2 -fno-strength-reduce -pipe -I${LOCALBASE}/include
+LDFLAGS = -L${LOCALBASE}/lib -Wl,-R${LOCALBASE}/lib -lreadline -lm -ltermcap
ASM_HACK = < /dev/null
SYS_CFLAGS = -Dbsd