diff options
author | jlam <jlam@pkgsrc.org> | 2001-05-17 20:17:27 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-05-17 20:17:27 +0000 |
commit | 1a3aef9c6f85ba15fee16c84e6143de181bf3fb6 (patch) | |
tree | 8c73549eae7e3cafc87d118b122a0dc21a477480 /misc/chipmunk/patches/patch-aa | |
parent | 908eff725976f013402ce94fcf7bb8d6cb4ae19c (diff) | |
download | pkgsrc-1a3aef9c6f85ba15fee16c84e6143de181bf3fb6.tar.gz |
Use devel/readline/Makefile.readline to check for libedit readline
emulation.
Diffstat (limited to 'misc/chipmunk/patches/patch-aa')
-rw-r--r-- | misc/chipmunk/patches/patch-aa | 13 |
1 files changed, 3 insertions, 10 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 |