diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-08-05 15:43:54 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-08-05 15:43:54 +0800 |
commit | 51173c6aafe5c210422b93de19e623a27ee81d8a (patch) | |
tree | d08c7d489d814822978c91b1449e916c731a5738 /audio | |
parent | 84cfc8a5171a65334d4b201bb6c14247ad52f898 (diff) | |
download | marcuscom-ports-51173c6aafe5c210422b93de19e623a27ee81d8a.tar marcuscom-ports-51173c6aafe5c210422b93de19e623a27ee81d8a.tar.gz marcuscom-ports-51173c6aafe5c210422b93de19e623a27ee81d8a.tar.bz2 marcuscom-ports-51173c6aafe5c210422b93de19e623a27ee81d8a.tar.lz marcuscom-ports-51173c6aafe5c210422b93de19e623a27ee81d8a.tar.xz marcuscom-ports-51173c6aafe5c210422b93de19e623a27ee81d8a.tar.zst marcuscom-ports-51173c6aafe5c210422b93de19e623a27ee81d8a.zip |
Switch to USES=execinfo
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19789 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio')
-rw-r--r-- | audio/pulseaudio/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/audio/pulseaudio/Makefile b/audio/pulseaudio/Makefile index 3f5e5a8cd..df4956c8f 100644 --- a/audio/pulseaudio/Makefile +++ b/audio/pulseaudio/Makefile @@ -1,6 +1,6 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/trunk/audio/pulseaudio/Makefile 18611 2013-06-30 16:33:55Z marcus $ +# $MCom$ # # !!!NOTE!!! Any PORTVERSION update to this port must be accompanied by # PORTREVISION bumps of depending ports. @@ -21,16 +21,15 @@ LIB_DEPENDS= libsamplerate.so:${PORTSDIR}/audio/libsamplerate \ liborc-0.4.so:${PORTSDIR}/devel/orc \ libjson.so:${PORTSDIR}/devel/json-c \ libdbus-1.so:${PORTSDIR}/devel/dbus \ - libexecinfo.so:${PORTSDIR}/devel/libexecinfo \ libck-connector.so:${PORTSDIR}/sysutils/consolekit USE_GNOME= glib20 intltool gnomehier USE_XORG= x11 sm xtst ice USE_LDCONFIG= yes -USES= gettext gmake libtool:keepla pathfix pkgconfig tar:xz +USES= execinfo gettext gmake libtool:keepla pathfix \ + pkgconfig tar:xz GNU_CONFIGURE= yes USE_AUTOTOOLS= libltdl -#MAKE_JOBS_UNSAFE=yes CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" \ OPENSSL_CFLAGS="-I/usr/include" \ |