summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormaya <maya@pkgsrc.org>2016-12-03 18:11:53 +0000
committermaya <maya@pkgsrc.org>2016-12-03 18:11:53 +0000
commit9112c8cee13b1a6a5496e8cdf60b5b72ab467fad (patch)
tree1d5add2410207000d8c14511a3cba713132c0897
parent25bd3645f74c3ffacce78928dbecd2ce55a824ec (diff)
downloadpkgsrc-9112c8cee13b1a6a5496e8cdf60b5b72ab467fad.tar.gz
kdelibs3: force failure of alsa configure test
Might help PR pkg/51658
-rw-r--r--x11/kdelibs3/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile
index a524cba3cf3..a62fd4d080b 100644
--- a/x11/kdelibs3/Makefile
+++ b/x11/kdelibs3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.186 2016/07/09 06:39:17 wiz Exp $
+# $NetBSD: Makefile,v 1.187 2016/12/03 18:11:53 maya Exp $
DISTNAME= kdelibs-${_KDE_VERSION}
PKGREVISION= 40
@@ -65,6 +65,10 @@ SPECIAL_PERMS+= ${PREFIX}/bin/kpac_dhcp_helper ${SETUID_ROOT_PERMS}
# find the path to the kgrantpty expects it to have read permissions set.
SPECIAL_PERMS+= ${PREFIX}/bin/kgrantpty ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 4555
+# force failure of ALSA configure test, we're not including alsa-lib
+# and some linuxes pass it.
+CONFIGURE_ENV+= ac_cv_header_alsa_asoundlib_h='no'
+
# We require use of a recent enough libbz2 to have the BZ2_ prefixes
# so force this as configure gets this wrong on Solaris 9
CONFIGURE_ENV.SunOS+= ac_cv_lib_bzip2='no'