diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-02-08 01:13:44 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-02-08 01:13:44 +0800 |
commit | 5837550d6cc6428ee1c900247608ea4d1d0faded (patch) | |
tree | e6a4981c3c2d35e2b132f8db98a98eba9e613ff2 | |
parent | 6b2788c4c247b5829a4ea532ad4cdbc94ebef384 (diff) | |
download | marcuscom-ports-5837550d6cc6428ee1c900247608ea4d1d0faded.tar marcuscom-ports-5837550d6cc6428ee1c900247608ea4d1d0faded.tar.gz marcuscom-ports-5837550d6cc6428ee1c900247608ea4d1d0faded.tar.bz2 marcuscom-ports-5837550d6cc6428ee1c900247608ea4d1d0faded.tar.lz marcuscom-ports-5837550d6cc6428ee1c900247608ea4d1d0faded.tar.xz marcuscom-ports-5837550d6cc6428ee1c900247608ea4d1d0faded.tar.zst marcuscom-ports-5837550d6cc6428ee1c900247608ea4d1d0faded.zip |
These need libltdl, was to fast trimming these.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19002 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | audio/libcanberra/Makefile | 1 | ||||
-rw-r--r-- | audio/pulseaudio/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/audio/libcanberra/Makefile b/audio/libcanberra/Makefile index 63a21d888..d2c7747da 100644 --- a/audio/libcanberra/Makefile +++ b/audio/libcanberra/Makefile @@ -20,6 +20,7 @@ USES= gmake libtool pathfix pkgconfig USE_GNOME= gnomeprefix gnomehier gtk20 gconf2 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 13efb2fe9..9422db712 100644 --- a/audio/pulseaudio/Makefile +++ b/audio/pulseaudio/Makefile @@ -31,6 +31,7 @@ USE_XORG= x11 sm xtst ice USE_LDCONFIG= yes USES= gettext gmake libtool pathfix pkgconfig GNU_CONFIGURE= yes +USE_AUTOTOOLS= libltdl MAKE_JOBS_UNSAFE=yes CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" \ |