summaryrefslogtreecommitdiff
path: root/net/coda5_server
diff options
context:
space:
mode:
authorfredb <fredb@pkgsrc.org>2000-02-09 02:32:06 +0000
committerfredb <fredb@pkgsrc.org>2000-02-09 02:32:06 +0000
commite4d12ce32baa47b7a279ef4a42811e2819586447 (patch)
treebb2a258ab8cc59a4c924dcee235a72615d9ded80 /net/coda5_server
parent9489aaa4151659c6cf3f3dfa329685ae9c22d2d6 (diff)
downloadpkgsrc-e4d12ce32baa47b7a279ef4a42811e2819586447.tar.gz
Remove obsolete patch.
Diffstat (limited to 'net/coda5_server')
-rw-r--r--net/coda5_server/patches/patch-aa40
1 files changed, 0 insertions, 40 deletions
diff --git a/net/coda5_server/patches/patch-aa b/net/coda5_server/patches/patch-aa
deleted file mode 100644
index 938ebe419e5..00000000000
--- a/net/coda5_server/patches/patch-aa
+++ /dev/null
@@ -1,40 +0,0 @@
-$NetBSD: patch-aa,v 1.7 1999/12/08 13:49:27 rh Exp $
-
---- configure.orig Fri Oct 1 20:15:46 1999
-+++ configure Wed Dec 8 14:46:51 1999
-@@ -1838,7 +1838,7 @@
- echo $ac_n "(cached) $ac_c" 1>&6
- else
- ac_save_LIBS="$LIBS"
--LIBS="-lncurses $LIBS"
-+LIBS="-L${LOCALBASE}/lib -Wl,-R{$LOCALBASE}/lib -lncurses $LIBS"
- cat > conftest.$ac_ext <<EOF
- #line 1844 "configure"
- #include "confdefs.h"
-@@ -1866,7 +1866,7 @@
- fi
- if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
- echo "$ac_t""yes" 1>&6
-- LIBTERMCAP="-lncurses"
-+ LIBTERMCAP="-L${LOCALBASE}/lib -Wl,-R{$LOCALBASE}/lib -lncurses"
- else
- echo "$ac_t""no" 1>&6
- fi
-@@ -1881,7 +1881,7 @@
- echo $ac_n "(cached) $ac_c" 1>&6
- else
- ac_save_LIBS="$LIBS"
--LIBS="-lncurses $LIBTERMCAP $LIBS"
-+LIBS="-L${LOCALBASE}/lib -Wl,-R{$LOCALBASE}/lib -lncurses $LIBTERMCAP $LIBS"
- cat > conftest.$ac_ext <<EOF
- #line 1887 "configure"
- #include "confdefs.h"
-@@ -1905,7 +1905,7 @@
- fi
- if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
- echo "$ac_t""yes" 1>&6
-- LIBCURSES="-lncurses"
-+ LIBCURSES="-L${LOCALBASE}/lib -Wl,-R{$LOCALBASE}/lib -lncurses"
- else
- echo "$ac_t""no" 1>&6
- echo $ac_n "checking for main in -lcurses""... $ac_c" 1>&6