From bb2209eea388cc2b36c76f72cb5874ce687f610a Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Mon, 4 Aug 2014 23:04:15 +0000 Subject: [PATCH] USES=execinfo --- audio/clementine-player/Makefile | 7 +++---- audio/pulseaudio/Makefile | 3 +-- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/audio/clementine-player/Makefile b/audio/clementine-player/Makefile index fc43c7390e0e..08d2708f8898 100644 --- a/audio/clementine-player/Makefile +++ b/audio/clementine-player/Makefile @@ -18,11 +18,10 @@ COMMENT= Cross-platform music player based on Amarok 1.4 LICENSE= GPLv3 -LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo \ - libtag.so:${PORTSDIR}/audio/taglib \ +LIB_DEPENDS= libtag.so:${PORTSDIR}/audio/taglib \ libchromaprint.so:${PORTSDIR}/audio/chromaprint \ libprotobuf.so:${PORTSDIR}/devel/protobuf \ - libqca.so:${PORTSDIR}/devel/qca \ + libqca.so:${PORTSDIR}/devel/qca \ libqjson.so:${PORTSDIR}/devel/qjson \ libfftw3.so:${PORTSDIR}/math/fftw3 \ libechonest.so:${PORTSDIR}/audio/libechonest @@ -33,7 +32,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX} PROJECTHOST= ${PORTNAME}${PKGNAMESUFFIX} -USES= compiler:c++11-lib cmake pkgconfig desktop-file-utils +USES= compiler:c++11-lib cmake pkgconfig desktop-file-utils execinfo USE_GL= glew USE_QT4= dbus gui xml qmake_build uic_build moc_build rcc_build \ linguist_build network sql opengl qtestlib corelib webkit \ diff --git a/audio/pulseaudio/Makefile b/audio/pulseaudio/Makefile index 09b3e04e933e..350b016dc902 100644 --- a/audio/pulseaudio/Makefile +++ b/audio/pulseaudio/Makefile @@ -21,13 +21,12 @@ LIB_DEPENDS= libsamplerate.so:${PORTSDIR}/audio/libsamplerate \ libspeexdsp.so:${PORTSDIR}/audio/speex \ libdbus-1.so:${PORTSDIR}/devel/dbus \ libgdbm.so:${PORTSDIR}/databases/gdbm \ - libexecinfo.so:${PORTSDIR}/devel/libexecinfo \ libck-connector.so:${PORTSDIR}/sysutils/consolekit USE_GNOME= gnomehack glib20 intltool ltverhack USE_XORG= x11 sm xtst ice USE_LDCONFIG= yes -USES= gettext gmake pkgconfig +USES= gettext gmake pkgconfig execinfo GNU_CONFIGURE= yes USE_AUTOTOOLS= libltdl libtool MAKE_JOBS_UNSAFE=yes