From 160f025da8defa2c0e4ce495c9d207322c5aba72 Mon Sep 17 00:00:00 2001 From: rh Date: Mon, 4 Dec 2000 22:04:47 +0000 Subject: 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. --- audio/madplay/files/patch-sum | 3 ++- audio/madplay/patches/patch-aa | 13 +++++++++++++ audio/madplay/pkg/PLIST | 4 ++-- 3 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 audio/madplay/patches/patch-aa (limited to 'audio/madplay') diff --git a/audio/madplay/files/patch-sum b/audio/madplay/files/patch-sum index 453e904878c..f566a47e93f 100644 --- a/audio/madplay/files/patch-sum +++ b/audio/madplay/files/patch-sum @@ -1,4 +1,5 @@ -$NetBSD: patch-sum,v 1.3 2000/11/23 19:37:13 pooka Exp $ +$NetBSD: patch-sum,v 1.4 2000/12/04 22:04:47 rh Exp $ +MD5 (patch-aa) = 991bb23e42b2641dfeb4130c8077923a MD5 (patch-ac) = 85b672e3f56852ac4ea1ae97ba763460 MD5 (patch-ad) = 93aaf81a4314c633a9ca99f2ca7898cc 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 diff --git a/audio/madplay/pkg/PLIST b/audio/madplay/pkg/PLIST index 8f5b1a7d3ee..0587dafad0b 100644 --- a/audio/madplay/pkg/PLIST +++ b/audio/madplay/pkg/PLIST @@ -1,8 +1,8 @@ -@comment $NetBSD: PLIST,v 1.3 2000/12/04 16:23:35 rh Exp $ +@comment $NetBSD: PLIST,v 1.4 2000/12/04 22:04:48 rh Exp $ bin/abxtest bin/madplay include/mad.h -lib/libmad-0.12.2b.so +lib/libmad.so.0.0 lib/libmad.a lib/libmad.la man/man1/abxtest.1 -- cgit v1.2.3