pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/kdelibs3



Module Name:    pkgsrc
Committed By:   maya
Date:           Sat Dec  3 22:05:08 UTC 2016

Modified Files:
        pkgsrc/x11/kdelibs3: Makefile

Log Message:
kdelibs3: revert previous as it did not help.


To generate a diff of this commit:
cvs rdiff -u -r1.187 -r1.188 pkgsrc/x11/kdelibs3/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/kdelibs3/Makefile
diff -u pkgsrc/x11/kdelibs3/Makefile:1.187 pkgsrc/x11/kdelibs3/Makefile:1.188
--- pkgsrc/x11/kdelibs3/Makefile:1.187  Sat Dec  3 18:11:53 2016
+++ pkgsrc/x11/kdelibs3/Makefile        Sat Dec  3 22:05:08 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.187 2016/12/03 18:11:53 maya Exp $
+# $NetBSD: Makefile,v 1.188 2016/12/03 22:05:08 maya Exp $
 
 DISTNAME=      kdelibs-${_KDE_VERSION}
 PKGREVISION=   40
@@ -65,10 +65,6 @@ SPECIAL_PERMS+=      ${PREFIX}/bin/kpac_dhcp_
 # 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'



Home | Main Index | Thread Index | Old Index