fix shlib support

PR:		29927
Submitted by:	MAINTAINER
This commit is contained in:
Ying-Chieh Liao 2001-08-22 11:13:44 +00:00
parent 3b2c9b40ee
commit f2d6c847ba
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46637
2 changed files with 13 additions and 1 deletions

View File

@ -0,0 +1,12 @@
--- libmad/Makefile.in.orig Fri Jul 27 21:36:18 2001
+++ libmad/Makefile.in Fri Jul 27 21:36:59 2001
@@ -108,7 +108,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 =
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
CONFIG_HEADER = config.h

View File

@ -3,7 +3,7 @@ bin/madplay
include/mad.h
lib/libmad.a
lib/libmad.so
lib/libmad-%%PORTVERSION%%.so
lib/libmad.so.0
share/locale/en/LC_MESSAGES/mad.mo
share/locale/es/LC_MESSAGES/mad.mo
share/locale/fr/LC_MESSAGES/mad.mo