diff options
author | wiz <wiz> | 2001-01-08 14:59:18 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-01-08 14:59:18 +0000 |
commit | fff5c519ea13c64807f8ac3ecb032dfec5a2a66a (patch) | |
tree | e97c52fb7c5be53a91108e091a7fbc5f8836d135 /net/sniffit/patches/patch-ae | |
parent | e5455b2aa24beda43e2b911d7e7b4beafc5e5509 (diff) | |
download | pkgsrc-fff5c519ea13c64807f8ac3ecb032dfec5a2a66a.tar.gz |
USE_CURSES instead of DEPENDS on ncurses.
Diffstat (limited to 'net/sniffit/patches/patch-ae')
-rw-r--r-- | net/sniffit/patches/patch-ae | 13 |
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 */ |