diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-04-07 15:28:57 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-04-07 15:28:57 +0000 |
commit | 1a402c1320fbabcb42a7f1957832f228bdfd7b07 (patch) | |
tree | 0cba701794082993693052252eca644e935c6b1e /mbone/nte/patches/patch-ad | |
parent | 7898d73640f48bbee6841cf9251b7a83dfc9933d (diff) | |
download | pkgsrc-1a402c1320fbabcb42a7f1957832f228bdfd7b07.tar.gz |
Remove the extra-superflous BUILD_DEPENDS (and adjust the pkg to it)
Diffstat (limited to 'mbone/nte/patches/patch-ad')
-rw-r--r-- | mbone/nte/patches/patch-ad | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mbone/nte/patches/patch-ad b/mbone/nte/patches/patch-ad index a6e37fb779d..78a2ef16099 100644 --- a/mbone/nte/patches/patch-ad +++ b/mbone/nte/patches/patch-ad @@ -1,4 +1,4 @@ -$NetBSD: patch-ad,v 1.4 1999/10/22 20:11:39 dmcmahill Exp $ +$NetBSD: patch-ad,v 1.5 2000/04/07 15:28:59 hubertf Exp $ *** /dev/null Thu Mar 5 20:41:40 1998 --- netbsd/Makefile.netbsd Thu Mar 5 18:23:50 1998 @@ -6,7 +6,7 @@ $NetBSD: patch-ad,v 1.4 1999/10/22 20:11:39 dmcmahill Exp $ *** 0 **** --- 1,15 ---- + CC=cc -+ INCLUDES=-I${LOCALBASE}/include/tcl8.0 -I${LOCALBASE}/include/tk8.0 -I${X11BASE}/include -I${TK_SRC}/generic -I${TK_SRC}/unix ++ 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 + LIB_DIR=${LOCALBASE}/lib + LIBS=-Wl,-R${LIB_DIR} -L${LIB_DIR} -ltk80 -ltcl80 -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 |