summaryrefslogtreecommitdiff
path: root/audio/id3ed/patches
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-05-22 15:44:32 +0000
committerjlam <jlam@pkgsrc.org>2001-05-22 15:44:32 +0000
commit3be9c7a59c452f11e06130d37ee46b9a033b70bd (patch)
tree1db1dcef8fdb711f9e944b3b0abd4a07ae25d2f8 /audio/id3ed/patches
parent8c75dc7fc617b1d232f17bb8d84016ea678fc9a1 (diff)
downloadpkgsrc-3be9c7a59c452f11e06130d37ee46b9a033b70bd.tar.gz
Use ../../devel/Makefile.readline to get readline support and note why
GNU readline is required. Pass configure script some variables instead and remove the unneeded patch file.
Diffstat (limited to 'audio/id3ed/patches')
-rw-r--r--audio/id3ed/patches/patch-aa25
1 files changed, 0 insertions, 25 deletions
diff --git a/audio/id3ed/patches/patch-aa b/audio/id3ed/patches/patch-aa
deleted file mode 100644
index fceedbcc435..00000000000
--- a/audio/id3ed/patches/patch-aa
+++ /dev/null
@@ -1,25 +0,0 @@
-$NetBSD: patch-aa,v 1.5 1999/12/26 00:02:15 wiz Exp $
---- Makefile.in.orig Sun Jul 4 01:56:20 1999
-+++ Makefile.in Mon Jul 5 03:52:24 1999
-@@ -6,8 +6,8 @@
- #doesn't seem to hurt anything if its defined even with the new readline
- CXXFLAGS+=-DOLD_READLINE
-
--CXX=@CXX@
--LIBS=@LIBS@
-+CXX= @CXX@ -I${LOCALBASE}/include
-+LIBS= -L${LOCALBASE}/lib -Wl,-R${LOCALBASE}/lib @LIBS@
-
- prefix=@prefix@
- exec_prefix=@exec_prefix@
-@@ -28,8 +28,8 @@
- $(CXX) -MM *.cc > .depend
-
- install: all
-- $(install) -s -o root -g bin -m 0755 id3ed $(DESTDIR)$(bindir)
-- $(install) -o root -g bin -m 0644 id3ed.1 $(DESTDIR)$(mandir)/man1
-+ ${BSD_INSTALL_PROGRAM} id3ed $(DESTDIR)$(bindir)
-+ ${BSD_INSTALL_MAN} id3ed.1 $(DESTDIR)$(mandir)/man1
-
- uninstall:
- -rm $(DESTDIR)$(bindir)/id3ed