From 3cf3f15f9eacba26c3f86b2c3e4c8e4c915dea85 Mon Sep 17 00:00:00 2001 From: jlam Date: Tue, 13 Jul 1999 01:31:06 +0000 Subject: * Use libedit's readline wrapper instead of readline when possible. * Update readline dependency. --- misc/chipmunk/patches/patch-aa | 15 +++++++++++---- misc/chipmunk/patches/patch-ac | 17 +++++++++++++++++ 2 files changed, 28 insertions(+), 4 deletions(-) create mode 100644 misc/chipmunk/patches/patch-ac (limited to 'misc/chipmunk/patches') diff --git a/misc/chipmunk/patches/patch-aa b/misc/chipmunk/patches/patch-aa index 1252378677e..bace85e0f70 100644 --- a/misc/chipmunk/patches/patch-aa +++ b/misc/chipmunk/patches/patch-aa @@ -1,8 +1,15 @@ -$NetBSD: patch-aa,v 1.1.1.1 1999/06/23 18:18:55 drochner Exp $ +$NetBSD: patch-aa,v 1.2 1999/07/13 01:32:23 jlam Exp $ ---- Makefile.orig Wed Jun 23 16:49:36 1999 -+++ Makefile Wed Jun 23 16:50:15 1999 -@@ -30,7 +30,7 @@ +--- 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 # on succesful compilations. chipmunk: $(OBJS) version diff --git a/misc/chipmunk/patches/patch-ac b/misc/chipmunk/patches/patch-ac new file mode 100644 index 00000000000..69d0877c574 --- /dev/null +++ b/misc/chipmunk/patches/patch-ac @@ -0,0 +1,17 @@ +$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 ++#ifdef HAVE_READLINE_H ++#include ++#else + #include + #include ++#endif HAVE_READLINE_H + #endif USE_READLINE + + #include -- cgit v1.2.3