summaryrefslogtreecommitdiff
path: root/misc/chipmunk/patches
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-05-17 20:17:27 +0000
committerjlam <jlam@pkgsrc.org>2001-05-17 20:17:27 +0000
commit1a3aef9c6f85ba15fee16c84e6143de181bf3fb6 (patch)
tree8c73549eae7e3cafc87d118b122a0dc21a477480 /misc/chipmunk/patches
parent908eff725976f013402ce94fcf7bb8d6cb4ae19c (diff)
downloadpkgsrc-1a3aef9c6f85ba15fee16c84e6143de181bf3fb6.tar.gz
Use devel/readline/Makefile.readline to check for libedit readline
emulation.
Diffstat (limited to 'misc/chipmunk/patches')
-rw-r--r--misc/chipmunk/patches/patch-aa13
-rw-r--r--misc/chipmunk/patches/patch-ab6
-rw-r--r--misc/chipmunk/patches/patch-ac17
3 files changed, 6 insertions, 30 deletions
diff --git a/misc/chipmunk/patches/patch-aa b/misc/chipmunk/patches/patch-aa
index bace85e0f70..12631a27a2c 100644
--- a/misc/chipmunk/patches/patch-aa
+++ b/misc/chipmunk/patches/patch-aa
@@ -1,15 +1,8 @@
-$NetBSD: patch-aa,v 1.2 1999/07/13 01:32:23 jlam Exp $
+$NetBSD: patch-aa,v 1.3 2001/05/17 20:17:28 jlam Exp $
--- Makefile.orig Sun Sep 1 08:21:16 1996
-+++ Makefile Thu Jul 8 16:34:01 1999
-@@ -24,13 +24,13 @@
- $(EXTRA_OBJS) \
- version.o
-
--LIBS = -lreadline -ltermcap
-+LIBS = -l$(LIBREADLINE) -ltermcap
- # mention version.o last. This causes
- # the version number to be increased only
++++ Makefile
+@@ -30,7 +30,7 @@
# on succesful compilations.
chipmunk: $(OBJS) version
diff --git a/misc/chipmunk/patches/patch-ab b/misc/chipmunk/patches/patch-ab
index 232688e0277..aa6b91143b3 100644
--- a/misc/chipmunk/patches/patch-ab
+++ b/misc/chipmunk/patches/patch-ab
@@ -1,7 +1,7 @@
-$NetBSD: patch-ab,v 1.1.1.1 1999/06/23 18:18:55 drochner Exp $
+$NetBSD: patch-ab,v 1.2 2001/05/17 20:17:28 jlam Exp $
---- config.h.orig Wed Jun 23 16:52:58 1999
-+++ config.h Wed Jun 23 18:09:29 1999
+--- config.h.orig Thu Mar 23 10:38:56 1995
++++ config.h
@@ -108,6 +108,25 @@
# define USE_TESTS
#endif
diff --git a/misc/chipmunk/patches/patch-ac b/misc/chipmunk/patches/patch-ac
deleted file mode 100644
index 69d0877c574..00000000000
--- a/misc/chipmunk/patches/patch-ac
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-ac,v 1.1 1999/07/13 01:32:23 jlam Exp $
-
---- control.c.orig Thu Mar 23 10:37:15 1995
-+++ control.c Thu Jul 8 16:34:33 1999
-@@ -26,8 +26,12 @@
-
- #ifdef USE_READLINE
- #include <dirent.h>
-+#ifdef HAVE_READLINE_H
-+#include <readline.h>
-+#else
- #include <readline/readline.h>
- #include <readline/history.h>
-+#endif HAVE_READLINE_H
- #endif USE_READLINE
-
- #include <sys/times.h>