summaryrefslogtreecommitdiff
path: root/mbone/nte/patches
diff options
context:
space:
mode:
authorjwise <jwise>2000-09-08 01:09:34 +0000
committerjwise <jwise>2000-09-08 01:09:34 +0000
commit0d6010fcea1f0702eaf01c7fb316563c22ba1ab8 (patch)
tree4d63b8162900d00db4f4b231354bce6588bba32c /mbone/nte/patches
parenta5b8cdfae3694e355e70eb541d8dbe937a61de67 (diff)
downloadpkgsrc-0d6010fcea1f0702eaf01c7fb316563c22ba1ab8.tar.gz
Adapt this package to tk-8.3.2.
Diffstat (limited to 'mbone/nte/patches')
-rw-r--r--mbone/nte/patches/patch-ad6
1 files changed, 3 insertions, 3 deletions
diff --git a/mbone/nte/patches/patch-ad b/mbone/nte/patches/patch-ad
index 78a2ef16099..68d8cccd3c9 100644
--- a/mbone/nte/patches/patch-ad
+++ b/mbone/nte/patches/patch-ad
@@ -1,4 +1,4 @@
-$NetBSD: patch-ad,v 1.5 2000/04/07 15:28:59 hubertf Exp $
+$NetBSD: patch-ad,v 1.6 2000/09/08 01:09:35 jwise Exp $
*** /dev/null Thu Mar 5 20:41:40 1998
--- netbsd/Makefile.netbsd Thu Mar 5 18:23:50 1998
@@ -6,9 +6,9 @@ $NetBSD: patch-ad,v 1.5 2000/04/07 15:28:59 hubertf Exp $
*** 0 ****
--- 1,15 ----
+ CC=cc
-+ INCLUDES=-I${LOCALBASE}/include/tcl8.0 -I${LOCALBASE}/include/tk8.0 -I${X11BASE}/include -I${LOCALBASE}/include/tk8.0/generic -I${LOCALBASE}/include/tk8.0/unix
++ 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} -ltk80 -ltcl80 -lm -Wl,-R${X11BASE}/lib -L${X11BASE}/lib -lX11
++ 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
+ # for search.h
+ CFLAGS+=-I../src