summaryrefslogtreecommitdiff
path: root/net/zebra/patches
diff options
context:
space:
mode:
authoritojun <itojun>2000-08-27 08:32:55 +0000
committeritojun <itojun>2000-08-27 08:32:55 +0000
commitb355be523dbd1c4af3c8505765a50fe267a34e4e (patch)
treede90989a6bbc87563dc21df50867ce47ba0cea4a /net/zebra/patches
parent94fd74844b65c31a4e5154e244b6518ecda6cb65 (diff)
downloadpkgsrc-b355be523dbd1c4af3c8505765a50fe267a34e4e.tar.gz
enable "vtysh" build by make USE_ZEBRA_VTYSH (depends on readline).
stabilize build by requiring gmake.
Diffstat (limited to 'net/zebra/patches')
-rw-r--r--net/zebra/patches/patch-ag11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/zebra/patches/patch-ag b/net/zebra/patches/patch-ag
new file mode 100644
index 00000000000..7f3f218c842
--- /dev/null
+++ b/net/zebra/patches/patch-ag
@@ -0,0 +1,11 @@
+$NetBSD: patch-ag,v 1.1 2000/08/27 08:32:56 itojun Exp $
+--- configure.in.orig Thu Aug 17 02:32:30 2000
++++ configure.in Tue Aug 22 18:27:42 2000
+@@ -148,2 +148,3 @@
+ AC_DEFINE(VTYSH)
++ AC_CHECK_LIB(curses, tputs)
+ AC_CHECK_LIB(readline, main)
+@@ -152,3 +153,2 @@
+ fi
+- AC_CHECK_LIB(ncurses, tputs)
+ ;;