Skip to content

Commit

Permalink
Apply a big libtool patch to allow porters to use the libtool install…
Browse files Browse the repository at this point in the history
…ed by

the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:		63944
Based on work by:eik and marcus
Approved by:	ade (autotools maintainer)
Tested by:	kris on pointyhat
Bound to be hidden problems:	You bet
  • Loading branch information
xorrkaz committed Jul 9, 2004
1 parent 90c653e commit 9e5632d
Show file tree
Hide file tree
Showing 558 changed files with 570 additions and 557 deletions.
15 changes: 14 additions & 1 deletion Mk/bsd.autotools.mk
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,9 @@ LIB_DEPENDS+= ltdl.4:${PORTSDIR}/devel/libltdl15
.if defined(USE_LIBTOOL_VER)
GNU_CONFIGURE?= yes
WANT_LIBTOOL_VER?= ${USE_LIBTOOL_VER}
.elif defined(USE_INC_LIBTOOL_VER)
GNU_CONFIGURE?= yes
WANT_LIBTOOL_VER?= ${USE_INC_LIBTOOL_VER}
.endif

# Note that there aren't any non-versioned libtools, so we can skip
Expand Down Expand Up @@ -384,7 +387,7 @@ run-autotools:
#
.if !target(patch-autotools)
patch-autotools:
. if defined(USE_LIBTOOL_VER)
. if defined(USE_INC_LIBTOOL_VER)
@(cd ${PATCH_WRKSRC}; \
for file in ${LIBTOOLFILES}; do \
${CP} $$file $$file.tmp; \
Expand All @@ -393,6 +396,16 @@ patch-autotools:
$$file.tmp > $$file; \
${RM} $$file.tmp; \
done);
. elif defined(USE_LIBTOOL_VER)
@(cd ${PATCH_WRKSRC}; \
for file in ${LIBTOOLFILES}; do \
${CP} $$file $$file.tmp; \
${SED} -e "s^\$$ac_aux_dir/ltconfig^${LTCONFIG}^g" \
-e "/^ltmain=/!s^\$$ac_aux_dir/ltmain.sh^${LIBTOOLFLAGS} ${LTMAIN}^g" \
-e '/^LIBTOOL=/s^\$$(top_builddir)/libtool^${LIBTOOL}^g' \
$$file.tmp > $$file; \
${RM} $$file.tmp; \
done);
. else
@${DO_NADA}
. endif
Expand Down
2 changes: 1 addition & 1 deletion accessibility/at-spi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack gnomehier intltool gail libbonobo lthack intlhack
USE_X_PREFIX= yes
INSTALLS_SHLIB= yes
USE_LIBTOOL_VER= 13
USE_INC_LIBTOOL_VER= 13
USE_REINPLACE= yes
CONFIGURE_ARGS= --enable-static
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
Expand Down
2 changes: 1 addition & 1 deletion accessibility/atk/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ COMMENT= A GNOME accessibility toolkit (ATK)

USE_BZIP2= yes
INSTALLS_SHLIB= yes
USE_LIBTOOL_VER=13
USE_INC_LIBTOOL_VER=13
USE_GNOME= gnomehack lthack glib20
CONFIGURE_ARGS= --enable-static \
--disable-gtk-doc \
Expand Down
2 changes: 1 addition & 1 deletion accessibility/gail/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
INSTALLS_SHLIB= yes
USE_LIBTOOL_VER=13
USE_INC_LIBTOOL_VER=13
USE_GNOME= gnomehack libgnomecanvas lthack
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
Expand Down
2 changes: 1 addition & 1 deletion accessibility/gnome-mag/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GNOME= gnomehack gnomeprefix atspi libbonobo lthack intlhack
USE_GMAKE= yes
USE_LIBTOOL_VER= 13
USE_INC_LIBTOOL_VER= 13
INSTALLS_SHLIB= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
Expand Down
2 changes: 1 addition & 1 deletion accessibility/gnomemag/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GNOME= gnomehack gnomeprefix atspi libbonobo lthack intlhack
USE_GMAKE= yes
USE_LIBTOOL_VER= 13
USE_INC_LIBTOOL_VER= 13
INSTALLS_SHLIB= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
Expand Down
2 changes: 1 addition & 1 deletion arabic/katoob/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ MAN1= katoob.1
USE_GMAKE= yes
USE_X_PREFIX= yes
USE_GNOME= gnomeprefix gnomehack gtk20
USE_LIBTOOL_VER= 13
USE_INC_LIBTOOL_VER= 13
USE_GETOPT_LONG= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"

Expand Down
2 changes: 1 addition & 1 deletion archivers/file-roller/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= gnomeprefix intlhack gnomehack libgnomeui lthack
USE_LIBTOOL_VER=13
USE_INC_LIBTOOL_VER=13
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"

Expand Down
2 changes: 1 addition & 1 deletion archivers/fileroller/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= gnomeprefix intlhack gnomehack libgnomeui lthack
USE_LIBTOOL_VER=13
USE_INC_LIBTOOL_VER=13
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"

Expand Down
2 changes: 1 addition & 1 deletion archivers/lzo/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= libs/compression
MAINTAINER= ports@FreeBSD.org
COMMENT= Portable speedy, lossless data compression library

USE_LIBTOOL_VER= 13
USE_INC_LIBTOOL_VER= 13
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --enable-shared
INSTALLS_SHLIB= yes
Expand Down
2 changes: 1 addition & 1 deletion archivers/lzo2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= libs/compression
MAINTAINER= ports@FreeBSD.org
COMMENT= Portable speedy, lossless data compression library

USE_LIBTOOL_VER= 13
USE_INC_LIBTOOL_VER= 13
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --enable-shared
INSTALLS_SHLIB= yes
Expand Down
2 changes: 1 addition & 1 deletion archivers/rpm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ USE_GMAKE= yes
USE_AUTOMAKE_VER=14
USE_AUTOCONF_VER=213
USE_REINPLACE= yes
USE_LIBTOOL_VER= 13
USE_INC_LIBTOOL_VER= 13
CONFIGURE_ARGS= --with-glob
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib -lintl -liconv"
Expand Down
2 changes: 1 addition & 1 deletion archivers/ucl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= A data compression library with low memory usage during decompression

INSTALLS_SHLIB= yes
USE_LIBTOOL_VER= 13
USE_INC_LIBTOOL_VER= 13
CONFIGURE_ARGS= --enable-shared
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}

Expand Down
2 changes: 1 addition & 1 deletion archivers/xpk/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ MASTER_SITES= http://www.jormas.com/~vesuri/xpk/
MAINTAINER= ports@FreeBSD.org
COMMENT= The eXternal PacKer (XPK) library system

USE_LIBTOOL_VER= 13
USE_INC_LIBTOOL_VER= 13
INSTALLS_SHLIB= yes

.include <bsd.port.mk>
2 changes: 1 addition & 1 deletion astro/gpsdrive/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ USE_PERL5= yes
USE_GMAKE= yes
USE_X_PREFIX= yes
USE_GNOME= gtk20
USE_LIBTOOL_VER= 13
USE_INC_LIBTOOL_VER= 13

CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include \
LDFLAGS=-L${LOCALBASE}/lib
Expand Down
2 changes: 1 addition & 1 deletion astro/libnova/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ COMMENT= Astronomical Calculation Library

USE_GNOME= gnometarget lthack
USE_REINPLACE= yes
USE_LIBTOOL_VER= 13
USE_INC_LIBTOOL_VER= 13
INSTALLS_SHLIB= yes

post-patch:
Expand Down
2 changes: 1 addition & 1 deletion audio/Maaate/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ COMMENT= MPEG audio analysis toolkit

USE_REINPLACE= yes
USE_GMAKE= yes
USE_LIBTOOL_VER= 13
USE_INC_LIBTOOL_VER= 13
INSTALLS_SHLIB= yes

post-patch:
Expand Down
2 changes: 1 addition & 1 deletion audio/alsaplayer/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ USE_GNOME= glib12 gnomehack gnometarget
WANT_GNOME= yes
USE_GETOPT_LONG=yes
INSTALLS_SHLIB= yes
USE_LIBTOOL_VER= 13
USE_INC_LIBTOOL_VER= 13
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \
Expand Down
2 changes: 1 addition & 1 deletion audio/beast/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ USE_GMAKE= yes
USE_GCC= 3.3
USE_REINPLACE= yes
USE_GNOME= gnomehack gnomeprefix intlhack libgnomecanvas
USE_LIBTOOL_VER= 15
USE_INC_LIBTOOL_VER= 15
INSTALLS_SHLIB= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
Expand Down
2 changes: 1 addition & 1 deletion audio/ecasound/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ COMMENT= Multitrack audio processing software
USE_GMAKE= yes
USE_AUTOMAKE_VER=14
USE_AUTOCONF_VER=213
USE_LIBTOOL_VER= 13
USE_INC_LIBTOOL_VER= 13
USE_REINPLACE= yes
INSTALLS_SHLIB= yes

Expand Down
1 change: 1 addition & 0 deletions audio/ecawave/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ GNU_CONFIGURE= yes
USE_QT_VER= 3
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_LIBTOOL_VER=13
USE_REINPLACE= yes

CFLAGS+= ${PTHREAD_CFLAGS:S/"//g}
Expand Down
2 changes: 1 addition & 1 deletion audio/esound/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ USE_GETOPT_LONG= yes
USE_BZIP2= yes
INSTALLS_SHLIB= yes
USE_GNOME= gnometarget gnomehack
USE_LIBTOOL_VER= 13
USE_INC_LIBTOOL_VER= 13

CONFLICTS= py*-ro-*

Expand Down
2 changes: 1 addition & 1 deletion audio/faad/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_GETOPT_LONG=yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_LIBTOOL_VER=13
USE_INC_LIBTOOL_VER=13
USE_REINPLACE= yes
USE_SDL= yes

Expand Down
2 changes: 1 addition & 1 deletion audio/flac/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm

USE_ICONV= yes
USE_REINPLACE= yes
USE_LIBTOOL_VER= 13
USE_INC_LIBTOOL_VER= 13
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
CONFIGURE_ARGS= --enable-sse --enable-3dnow \
--with-libiconv-prefix="${LOCALBASE}" \
Expand Down
2 changes: 1 addition & 1 deletion audio/fluidsynth/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ INSTALLS_SHLIB= yes
USE_GMAKE= yes
USE_GNOME= pkgconfig
USE_GETOPT_LONG= yes
USE_LIBTOOL_VER= 13
USE_INC_LIBTOOL_VER= 13
USE_REINPLACE= yes
CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LIBS="${PTHREAD_LIBS}"

Expand Down
2 changes: 1 addition & 1 deletion audio/gdam/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ MAN1= gdamcli.1 gdamladspapluginscanner.1 gdam123.1 gdam-launcher.1 gdam-server
USE_GMAKE= yes
USE_X_PREFIX= yes
USE_GNOME= libglade
USE_LIBTOOL_VER= 13
USE_INC_LIBTOOL_VER= 13
USE_REINPLACE= yes
INSTALLS_SHLIB= yes

Expand Down
2 changes: 1 addition & 1 deletion audio/gnome-media/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ COMMENT= Multimedia applications for the GNOME 2 desktop
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_LIBTOOL_VER=13
USE_INC_LIBTOOL_VER=13
INSTALLS_SHLIB= yes
USE_REINPLACE= yes
GNOME_DESKTOP_VERSION=2
Expand Down
2 changes: 1 addition & 1 deletion audio/gnomemedia2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ COMMENT= Multimedia applications for the GNOME 2 desktop
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_LIBTOOL_VER=13
USE_INC_LIBTOOL_VER=13
INSTALLS_SHLIB= yes
USE_REINPLACE= yes
GNOME_DESKTOP_VERSION=2
Expand Down
2 changes: 1 addition & 1 deletion audio/gstreamer-monkeysaudio/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ COMMENT= GStreamer plugin for monkeysaudio files
USE_X_PREFIX= yes
USE_BZIP2= yes
USE_GMAKE= yes
USE_LIBTOOL_VER=13
USE_INC_LIBTOOL_VER=13
USE_GNOME= lthack gnomehack gnomeprefix gstreamerplugins
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
Expand Down
2 changes: 1 addition & 1 deletion audio/gtkgep/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ MASTER_SITES= http://www.macio.risp.pl/gtkgep/files/
MAINTAINER= linimon@lonesome.com
COMMENT= A guitar effects processor for GTK

USE_LIBTOOL_VER= 13
USE_INC_LIBTOOL_VER= 13
USE_GMAKE= yes
USE_GNOME= gtk12
CONFIGURE_ENV= LIBS="${PTHREAD_LIBS}"
Expand Down
2 changes: 1 addition & 1 deletion audio/id3lib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ MAINTAINER= ports@oven.org
COMMENT= Library for manipulating ID3v1/v1.1 and ID3v2 tags

USE_ICONV= yes
USE_LIBTOOL_VER= 13
USE_INC_LIBTOOL_VER= 13
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
INSTALLS_SHLIB= yes

Expand Down
2 changes: 1 addition & 1 deletion audio/libao/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ COMMENT= Portable audio output library

WANT_GNOME= yes
USE_GNOME= gnomehack pkgconfig
USE_LIBTOOL_VER= 13
USE_INC_LIBTOOL_VER= 13
INSTALLS_SHLIB= yes

.if defined(NOPORTDOCS)
Expand Down
2 changes: 1 addition & 1 deletion audio/libcdaudio/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= A library for playing audio CDs

USE_GNOME= gnomehack gnometarget lthack
USE_LIBTOOL_VER= 13
USE_INC_LIBTOOL_VER= 13
INSTALLS_SHLIB= yes

.include <bsd.port.mk>
2 changes: 1 addition & 1 deletion audio/libcddb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ahze@ahze.net
COMMENT= A library to access data on a CDDB server

USE_LIBTOOL_VER= 13
USE_INC_LIBTOOL_VER= 13
USE_GNOME= gnometarget lthack gnomehack pkgconfig
INSTALLS_SHLIB= yes

Expand Down
2 changes: 1 addition & 1 deletion audio/libid3tag/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= mad
MAINTAINER= asa@gascom.ru
COMMENT= ID3 tags library (part of MAD project)

USE_LIBTOOL_VER= 13
USE_INC_LIBTOOL_VER= 13
INSTALLS_SHLIB= yes

.include <bsd.port.mk>
2 changes: 1 addition & 1 deletion audio/libmad/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= mad
MAINTAINER= asa@gascom.ru
COMMENT= Libmad library (part of MAD project)

USE_LIBTOOL_VER= 13
USE_INC_LIBTOOL_VER= 13
INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --disable-debugging \
--enable-sso \
Expand Down
2 changes: 1 addition & 1 deletion audio/libmikmod/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ WANT_GNOME= yes
USE_GNOME= gnometarget lthack
USE_REINPLACE= yes
USE_GMAKE= yes
USE_LIBTOOL_VER= 13
USE_INC_LIBTOOL_VER= 13
CONFIGURE_ENV= MAKEINFO="makeinfo --no-split"
MAKE_ENV= SHELL=/bin/sh
INSTALLS_SHLIB= yes
Expand Down
2 changes: 1 addition & 1 deletion audio/libmodplug/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ COMMENT= ModPlug mod-like music shared libraries
INSTALLS_SHLIB= yes
USE_GMAKE= yes
USE_GNOME= pkgconfig
USE_LIBTOOL_VER= 15
USE_INC_LIBTOOL_VER= 15
USE_REINPLACE= yes

post-patch:
Expand Down
2 changes: 1 addition & 1 deletion audio/libogg/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ MASTER_SITES= http://www.vorbis.com/files/1.0.1/unix/
MAINTAINER= naddy@FreeBSD.org
COMMENT= Ogg bitstream library

USE_LIBTOOL_VER= 13
USE_INC_LIBTOOL_VER= 13
USE_GNOME= gnomehack
INSTALLS_SHLIB= yes

Expand Down
2 changes: 1 addition & 1 deletion audio/libsamplerate/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile \
fftw.2:${PORTSDIR}/math/fftw

USE_GNOME= gnomehack gnometarget pkgconfig
USE_LIBTOOL_VER= 13
USE_INC_LIBTOOL_VER= 13
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --disable-gcc-pipe
Expand Down
2 changes: 1 addition & 1 deletion audio/libshout2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ CONFIGURE_ENV= CFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \
INSTALLS_SHLIB= yes
USE_GMAKE= yes
USE_GNOME+= pkgconfig
USE_LIBTOOL_VER=13
USE_INC_LIBTOOL_VER=13
CONFLICTS= libshout-1.0.7
USE_REINPLACE= yes

Expand Down
Loading

0 comments on commit 9e5632d

Please sign in to comment.