fix shlib support
PR: 29927 Submitted by: MAINTAINER
This commit is contained in:
parent
3b2c9b40ee
commit
f2d6c847ba
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46637
12
audio/mad/files/patch-libmad-Makefile.in
Normal file
12
audio/mad/files/patch-libmad-Makefile.in
Normal 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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user