summaryrefslogtreecommitdiff
path: root/net/sniffit/patches
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-01-08 14:59:18 +0000
committerwiz <wiz@pkgsrc.org>2001-01-08 14:59:18 +0000
commitb659c3fd3a6d9ccd470662933b05c3ffb8498c65 (patch)
treee97c52fb7c5be53a91108e091a7fbc5f8836d135 /net/sniffit/patches
parentbb5867ae67ad36ac1df9e12ad0fd37f384c7b490 (diff)
downloadpkgsrc-b659c3fd3a6d9ccd470662933b05c3ffb8498c65.tar.gz
USE_CURSES instead of DEPENDS on ncurses.
Diffstat (limited to 'net/sniffit/patches')
-rw-r--r--net/sniffit/patches/patch-ae13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/sniffit/patches/patch-ae b/net/sniffit/patches/patch-ae
new file mode 100644
index 00000000000..5cd6a058eae
--- /dev/null
+++ b/net/sniffit/patches/patch-ae
@@ -0,0 +1,13 @@
+$NetBSD: patch-ae,v 1.1 2001/01/08 14:59:19 wiz Exp $
+
+--- sn_config.h.orig Fri Apr 18 11:33:58 1997
++++ sn_config.h
+@@ -9,7 +9,7 @@
+ #ifndef HAVE_SHMGET /* No Shared memory */
+ #undef INCLUDE_INTERFACE
+ #endif
+-#ifndef HAVE_LIBNCURSES /* ncurses not found */
++#if !defined(HAVE_LIBNCURSES) && !defined(HAVE_LIBCURSES) /* ncurses not found */
+ #undef INCLUDE_INTERFACE
+ #endif
+ #ifndef HAVE_NCURSES_H /* ncurses not found */