diff options
author | asau <asau@pkgsrc.org> | 2013-12-16 11:59:56 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2013-12-16 11:59:56 +0000 |
commit | 279f2f779f100afabb93ddd11cb382b1197d8a96 (patch) | |
tree | a6d2955502db5b0e2df3885db6be8e96f1ea0888 /audio/pulseaudio | |
parent | d435b33ce4e38c80bf1efd30c0a48c7b20bd7afa (diff) | |
download | pkgsrc-279f2f779f100afabb93ddd11cb382b1197d8a96.tar.gz |
Disable capabilities on FreeBSD, incompatible implementation.
Diffstat (limited to 'audio/pulseaudio')
-rw-r--r-- | audio/pulseaudio/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/audio/pulseaudio/Makefile b/audio/pulseaudio/Makefile index 9d40db4087b..551281f44e3 100644 --- a/audio/pulseaudio/Makefile +++ b/audio/pulseaudio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.80 2013/11/25 12:00:45 wiz Exp $ +# $NetBSD: Makefile,v 1.81 2013/12/16 11:59:56 asau Exp $ DISTNAME= pulseaudio-2.1 PKGREVISION= 13 @@ -26,6 +26,11 @@ CONFIGURE_ARGS+= --disable-default-build-tests CONFIGURE_ENV+= ac_cv_tls=none .endif +# Wrong sys/capability.h assumptions, incompatible implementation: +.if ${OPSYS} == "FreeBSD" +CONFIGURE_ARGS+= --without-caps +.endif + CONFIGURE_ENV+= EGDIR=${EGDIR} MAKE_ENV+= EGDIR=${EGDIR} |