FreeBSD Bugzilla – Attachment 16154 Details for
Bug 29737
Add shared library support.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.18 KB, created by
jason-dated-999124104.402770
on 2001-08-15 23:40:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
jason-dated-999124104.402770
Created:
2001-08-15 23:40:01 UTC
Size:
1.18 KB
patch
obsolete
>diff -ruN /usr/ports/audio/mad/Makefile /root/ports/mad/Makefile >--- /usr/ports/audio/mad/Makefile Tue May 22 10:57:53 2001 >+++ /root/ports/mad/Makefile Wed Aug 15 16:21:35 2001 >@@ -7,6 +7,7 @@ > > PORTNAME= mad > PORTVERSION= 0.13.0b >+PORTREVISION= 1 > CATEGORIES= audio > MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ > ftp://ftp.mars.org/pub/mpeg/ >@@ -16,10 +17,16 @@ > > LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext > >+PLIST_SUB+= PORTVERSION="${PORTVERSION}" >+ > USE_GMAKE= yes > USE_LIBTOOL= yes >+INSTALLS_SHLIB= yes > LIBTOOLFILES= configure libmad/configure >-CONFIGURE_ARGS= --disable-debugging --enable-sso --enable-accuracy >+CONFIGURE_ARGS= --enable-shared \ >+ --disable-debugging \ >+ --enable-sso \ >+ --enable-accuracy > CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ > LDFLAGS="-L${LOCALBASE}/lib" > >diff -ruN /usr/ports/audio/mad/pkg-plist /root/ports/mad/pkg-plist >--- /usr/ports/audio/mad/pkg-plist Tue Feb 20 11:51:08 2001 >+++ /root/ports/mad/pkg-plist Wed Aug 15 16:16:21 2001 >@@ -2,6 +2,8 @@ > bin/madplay > include/mad.h > lib/libmad.a >+lib/libmad.so >+lib/libmad-%%PORTVERSION%%.so > share/locale/en/LC_MESSAGES/mad.mo > share/locale/es/LC_MESSAGES/mad.mo > share/locale/fr/LC_MESSAGES/mad.mo
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 29737
: 16154