pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/pulseaudio Disable capabilities on FreeBSD, inco...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ccb4d8c5088d
branches:  trunk
changeset: 627856:ccb4d8c5088d
user:      asau <asau%pkgsrc.org@localhost>
date:      Mon Dec 16 11:59:56 2013 +0000

description:
Disable capabilities on FreeBSD, incompatible implementation.

diffstat:

 audio/pulseaudio/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 3f5ada5f58f2 -r ccb4d8c5088d audio/pulseaudio/Makefile
--- a/audio/pulseaudio/Makefile Mon Dec 16 10:43:09 2013 +0000
+++ b/audio/pulseaudio/Makefile Mon Dec 16 11:59:56 2013 +0000
@@ -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_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}
 



Home | Main Index | Thread Index | Old Index