summaryrefslogtreecommitdiff
path: root/net/sniffit/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'net/sniffit/patches/patch-ae')
-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 */