pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/kdelibs4
Module Name: pkgsrc
Committed By: jmcneill
Date: Mon Oct 21 23:58:04 UTC 2019
Modified Files:
pkgsrc/x11/kdelibs4: Makefile
Log Message:
Use gnu++11 to fix undefined reference to allocate, from joerg
To generate a diff of this commit:
cvs rdiff -u -r1.104 -r1.105 pkgsrc/x11/kdelibs4/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/kdelibs4/Makefile
diff -u pkgsrc/x11/kdelibs4/Makefile:1.104 pkgsrc/x11/kdelibs4/Makefile:1.105
--- pkgsrc/x11/kdelibs4/Makefile:1.104 Mon Sep 23 14:04:10 2019
+++ pkgsrc/x11/kdelibs4/Makefile Mon Oct 21 23:58:04 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.104 2019/09/23 14:04:10 mef Exp $
+# $NetBSD: Makefile,v 1.105 2019/10/21 23:58:04 jmcneill Exp $
DISTNAME= kdelibs-4.14.38
PKGNAME= ${DISTNAME:S/-4/4-4/}
@@ -39,7 +39,7 @@ CONF_FILES+= ${PREFIX}/share/examples/kd
DEPENDS+= docbook-xml>=4.2:../../textproc/docbook-xml
DEPENDS+= docbook-xsl>=1.75:../../textproc/docbook-xsl
-USE_LANGUAGES+= c++11
+USE_LANGUAGES+= gnu++11
INSTALLATION_DIRS+= ${PKGMANDIR}/man1 ${PKGMANDIR}/man7 ${PKGMANDIR}/man8
Home |
Main Index |
Thread Index |
Old Index