summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorjoerg <joerg>2013-11-05 17:38:41 +0000
committerjoerg <joerg>2013-11-05 17:38:41 +0000
commite7d10de5059c0df88f2329f63e4d77712d93637e (patch)
tree507c1861b1bcb83955d54dc5f5f1f1758f692d3a /comms
parent22ed21218da7ed9334c03af00c14adcf68395620 (diff)
downloadpkgsrc-e7d10de5059c0df88f2329f63e4d77712d93637e.tar.gz
Fix attempt at detecting curses.
Diffstat (limited to 'comms')
-rw-r--r--comms/snooper/distinfo3
-rw-r--r--comms/snooper/patches/patch-build_configure13
2 files changed, 15 insertions, 1 deletions
diff --git a/comms/snooper/distinfo b/comms/snooper/distinfo
index 77a1d293e6e..0fbbc54b360 100644
--- a/comms/snooper/distinfo
+++ b/comms/snooper/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.10 2012/02/16 17:49:41 hans Exp $
+$NetBSD: distinfo,v 1.11 2013/11/05 17:38:41 joerg Exp $
SHA1 (snooper-19991202.tar.gz) = d6aba20cd14449d7b126f393cdb219fd627b7777
RMD160 (snooper-19991202.tar.gz) = 52d61dea95cac246afd5815bc32f31448f9c757b
@@ -6,4 +6,5 @@ Size (snooper-19991202.tar.gz) = 38239 bytes
SHA1 (patch-aa) = c819aa96cb6c5fde4cb79e73fe6ba5f499de8897
SHA1 (patch-ab) = 7dd3aeca56ae7ba98a95acb2619ef0d6960a3fed
SHA1 (patch-ac) = 3e63795a9174fe060270acce9f208107e70e6f25
+SHA1 (patch-build_configure) = 1db69523c847c17bba088b4fafde9639212dba9d
SHA1 (patch-main_c) = 0c0646839bbc2720ae07a6b1d20d1e737758d762
diff --git a/comms/snooper/patches/patch-build_configure b/comms/snooper/patches/patch-build_configure
new file mode 100644
index 00000000000..778dc6d0b1c
--- /dev/null
+++ b/comms/snooper/patches/patch-build_configure
@@ -0,0 +1,13 @@
+$NetBSD: patch-build_configure,v 1.1 2013/11/05 17:38:41 joerg Exp $
+
+--- build/configure.orig 2013-11-05 09:07:46.000000000 +0000
++++ build/configure
+@@ -711,7 +711,7 @@ if eval "test \"`echo '$''{'ac_cv_lib_$a
+ echo $ac_n "(cached) $ac_c" 1>&6
+ else
+ ac_save_LIBS="$LIBS"
+-LIBS="-lcurses -termcap $LIBS"
++LIBS="-lcurses -ltermcap $LIBS"
+ cat > conftest.$ac_ext <<EOF
+ #line 717 "configure"
+ #include "confdefs.h"