summaryrefslogtreecommitdiff
path: root/audio/madplay/patches/patch-aa
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2000-12-04 22:04:47 +0000
committerrh <rh@pkgsrc.org>2000-12-04 22:04:47 +0000
commita3a48d23cdca6f27e4de4a0bc6429a4a9ba5d3a2 (patch)
tree3a0a7c05db5d71e2161562bafb9867686b7ff456 /audio/madplay/patches/patch-aa
parente27a5bb405d6d85797d194c01a6ac0f57d1855a6 (diff)
downloadpkgsrc-a3a48d23cdca6f27e4de4a0bc6429a4a9ba5d3a2.tar.gz
Fix the libtool fix committed previously: add '-version 0:0' for shared
library building (as suggested by Charles) and remove '-release ...' so that version and revision numbers get properly appended under both a.out and ELF.
Diffstat (limited to 'audio/madplay/patches/patch-aa')
-rw-r--r--audio/madplay/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/madplay/patches/patch-aa b/audio/madplay/patches/patch-aa
new file mode 100644
index 00000000000..af4015a68da
--- /dev/null
+++ b/audio/madplay/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.3 2000/12/04 22:04:47 rh Exp $
+
+--- libmad/Makefile.in.orig Mon Dec 4 17:38:24 2000
++++ libmad/Makefile.in
+@@ -110,7 +110,7 @@
+ # The API for MAD is not yet stable enough to use versioning, so we use
+ # release numbering instead.
+
+-libmad_la_LDFLAGS = -release $(VERSION)
++libmad_la_LDFLAGS = -version 0:0
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+ mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
+ CONFIG_HEADER = config.h