View | Details | Raw Unified | Return to bug 29927
Collapse All | Expand All

(-)/root/ports/mad/files/patch-ab (+12 lines)
Line 0 Link Here
1
--- libmad/Makefile.in.orig	Fri Jul 27 21:36:18 2001
2
+++ libmad/Makefile.in	Fri Jul 27 21:36:59 2001
3
@@ -108,7 +108,7 @@
4
 # The API for MAD is not yet stable enough to use versioning, so we use
5
 # release numbering instead.
6
 
7
-libmad_la_LDFLAGS = -release $(VERSION)
8
+libmad_la_LDFLAGS = 
9
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
10
 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
11
 CONFIG_HEADER = config.h
12
(-)/root/ports/mad/pkg-plist (-1 / +1 lines)
Lines 3-9 Link Here
3
include/mad.h
3
include/mad.h
4
lib/libmad.a
4
lib/libmad.a
5
lib/libmad.so
5
lib/libmad.so
6
lib/libmad-%%PORTVERSION%%.so
6
lib/libmad.so.0
7
share/locale/en/LC_MESSAGES/mad.mo
7
share/locale/en/LC_MESSAGES/mad.mo
8
share/locale/es/LC_MESSAGES/mad.mo
8
share/locale/es/LC_MESSAGES/mad.mo
9
share/locale/fr/LC_MESSAGES/mad.mo
9
share/locale/fr/LC_MESSAGES/mad.mo

Return to bug 29927