diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-09-20 15:55:02 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-09-20 15:55:02 +0800 |
commit | 2f5327336d9557cf806711078b7c83463f044ca7 (patch) | |
tree | 46400d6aab484076721691c32db1fc9ee287513c | |
parent | b81e5688745edff6a16974060101febb8e572b83 (diff) | |
download | marcuscom-ports-2f5327336d9557cf806711078b7c83463f044ca7.tar.gz marcuscom-ports-2f5327336d9557cf806711078b7c83463f044ca7.tar.zst marcuscom-ports-2f5327336d9557cf806711078b7c83463f044ca7.zip |
Chase removal of libtldl from USE_AUTOTOOLS.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19894 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | audio/libcanberra/Makefile | 4 | ||||
-rw-r--r-- | audio/pulseaudio/Makefile | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/audio/libcanberra/Makefile b/audio/libcanberra/Makefile index cee254c8d..e6da1dace 100644 --- a/audio/libcanberra/Makefile +++ b/audio/libcanberra/Makefile @@ -15,13 +15,13 @@ COMMENT= Implementation of the Freedesktop sound theme spec LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/LGPL -LIB_DEPENDS= libvorbisfile.so:${PORTSDIR}/audio/libvorbis +LIB_DEPENDS= libvorbisfile.so:${PORTSDIR}/audio/libvorbis \ + libltdl.so:${PORTSDIR}/devel/libltdl USES= gmake libtool pathfix pkgconfig tar:xz USE_GNOME= gnomehier gnomeprefix gtk20 USE_LDCONFIG= yes GNU_CONFIGURE= yes -USE_AUTOTOOLS= libltdl CONFIGURE_ARGS= --disable-lynx --disable-tdb --disable-alsa CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/audio/pulseaudio/Makefile b/audio/pulseaudio/Makefile index f911e452b..eb38e5197 100644 --- a/audio/pulseaudio/Makefile +++ b/audio/pulseaudio/Makefile @@ -22,6 +22,7 @@ LIB_DEPENDS= libsamplerate.so:${PORTSDIR}/audio/libsamplerate \ liborc-0.4.so:${PORTSDIR}/devel/orc \ libjson-c.so:${PORTSDIR}/devel/json-c \ libdbus-1.so:${PORTSDIR}/devel/dbus \ + libltdl.so:${PORTSDIR}/devel/libltdl \ libck-connector.so:${PORTSDIR}/sysutils/consolekit USE_GNOME= glib20 gnomehier intltool @@ -30,7 +31,6 @@ USE_LDCONFIG= yes USES= execinfo gettext gmake libtool pathfix \ pkgconfig tar:xz GNU_CONFIGURE= yes -USE_AUTOTOOLS= libltdl CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" \ OPENSSL_CFLAGS="-I/usr/include" \ |