summaryrefslogtreecommitdiff
path: root/mbone
diff options
context:
space:
mode:
authormycroft <mycroft@pkgsrc.org>2000-10-23 04:10:48 +0000
committermycroft <mycroft@pkgsrc.org>2000-10-23 04:10:48 +0000
commit4bc1dc82d7fe1c352944472b494b178d3030fa26 (patch)
treec84bf2dc40b031b727159c791efdb24a4b740da4 /mbone
parent7eff1da0998abee7b6730abc734cf25706b4751c (diff)
downloadpkgsrc-4bc1dc82d7fe1c352944472b494b178d3030fa26.tar.gz
Nuke -ggdb. We strip the installed executable anyway, and this option breaks
builds on at least PowerPC.
Diffstat (limited to 'mbone')
-rw-r--r--mbone/nte/patches/patch-ad4
1 files changed, 2 insertions, 2 deletions
diff --git a/mbone/nte/patches/patch-ad b/mbone/nte/patches/patch-ad
index 68d8cccd3c9..eaf55ec0aec 100644
--- a/mbone/nte/patches/patch-ad
+++ b/mbone/nte/patches/patch-ad
@@ -1,4 +1,4 @@
-$NetBSD: patch-ad,v 1.6 2000/09/08 01:09:35 jwise Exp $
+$NetBSD: patch-ad,v 1.7 2000/10/23 04:10:48 mycroft Exp $
*** /dev/null Thu Mar 5 20:41:40 1998
--- netbsd/Makefile.netbsd Thu Mar 5 18:23:50 1998
@@ -9,7 +9,7 @@ $NetBSD: patch-ad,v 1.6 2000/09/08 01:09:35 jwise Exp $
+ INCLUDES=-I${LOCALBASE}/include -I${LOCALBASE}/include -I${X11BASE}/include -I${LOCALBASE}/include/tk/generic -I${LOCALBASE}/include/tk/unix -I${LOCALBASE}/include/tcl/generic -I${LOCALBASE}/include/tcl/unix
+ LIB_DIR=${LOCALBASE}/lib
+ LIBS=-Wl,-R${LIB_DIR} -L${LIB_DIR} -ltk83 -ltcl83 -lm -Wl,-R${X11BASE}/lib -L${X11BASE}/lib -lX11
-+ CFLAGS+=-ggdb $(INCLUDES) -DFREEBSD -DPROTOTYPES -DHAVE_NO_VALUES_H -DHAVE_LIMITS_H -DHAVE_UNISTD_H -DMAXINT=INT_MAX -DDEFINED_ERRLIST
++ CFLAGS+=$(INCLUDES) -DFREEBSD -DPROTOTYPES -DHAVE_NO_VALUES_H -DHAVE_LIMITS_H -DHAVE_UNISTD_H -DMAXINT=INT_MAX -DDEFINED_ERRLIST
+ # for search.h
+ CFLAGS+=-I../src
+