summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2000-02-08 11:37:54 +0000
committertron <tron@pkgsrc.org>2000-02-08 11:37:54 +0000
commit2acbf123f278aa98cd9d86543b56bc412a3cad13 (patch)
treeaae64112049b63dd8292f46502ef009dfe34e9e8
parent809a2e13dfe3d852508bf872f5ad69ba5903afa0 (diff)
downloadpkgsrc-2acbf123f278aa98cd9d86543b56bc412a3cad13.tar.gz
Complete "readline" to "edit" library transition so that this package
works on ELF systems.
-rw-r--r--emulators/vice/files/patch-sum4
-rw-r--r--emulators/vice/patches/patch-ac15
2 files changed, 14 insertions, 5 deletions
diff --git a/emulators/vice/files/patch-sum b/emulators/vice/files/patch-sum
index 1a242eab6df..6ba409b8043 100644
--- a/emulators/vice/files/patch-sum
+++ b/emulators/vice/files/patch-sum
@@ -1,6 +1,6 @@
-$NetBSD: patch-sum,v 1.3 2000/02/08 03:44:17 wiz Exp $
+$NetBSD: patch-sum,v 1.4 2000/02/08 11:37:54 tron Exp $
MD5 (patch-aa) = 27c778f553a11ad4fcb670a5d6d66654
MD5 (patch-ab) = a95183ca3de00e25dddbaa95c098303a
-MD5 (patch-ac) = 23188f297510a8da86f9cd8f903e64ac
+MD5 (patch-ac) = a7f53417c53e63e09fa80b9d92ad9bbf
MD5 (patch-ad) = b884384c4151466f6d59e9f3f3371808
diff --git a/emulators/vice/patches/patch-ac b/emulators/vice/patches/patch-ac
index b87be4b8610..5a56b44667e 100644
--- a/emulators/vice/patches/patch-ac
+++ b/emulators/vice/patches/patch-ac
@@ -1,7 +1,7 @@
-$NetBSD: patch-ac,v 1.4 2000/02/08 03:44:18 wiz Exp $
+$NetBSD: patch-ac,v 1.5 2000/02/08 11:37:55 tron Exp $
---- ./configure.orig Wed Nov 24 00:41:27 1999
-+++ ./configure Tue Feb 8 04:04:41 2000
+--- configure.orig Wed Nov 24 00:41:27 1999
++++ configure Tue Feb 8 12:22:00 2000
@@ -3990,6 +3990,8 @@
SOUND_DRIVERS=""
@@ -19,6 +19,15 @@ $NetBSD: patch-ac,v 1.4 2000/02/08 03:44:18 wiz Exp $
for ac_hdr in dmedia/audio.h
do
+@@ -5195,7 +5198,7 @@
+ echo $ac_n "(cached) $ac_c" 1>&6
+ else
+ ac_save_LIBS="$LIBS"
+-LIBS="-lreadline $LIBS"
++LIBS="-ledit -ltermcap $LIBS"
+ cat > conftest.$ac_ext <<EOF
+ #line 5201 "configure"
+ #include "confdefs.h"
@@ -5223,7 +5226,7 @@
fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then