pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/kdelibs4 Use gnu++11 to fix undefined reference to...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/28be01de8617
branches:  trunk
changeset: 342583:28be01de8617
user:      jmcneill <jmcneill%pkgsrc.org@localhost>
date:      Mon Oct 21 23:58:04 2019 +0000

description:
Use gnu++11 to fix undefined reference to allocate, from joerg

diffstat:

 x11/kdelibs4/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9f10cf6805dd -r 28be01de8617 x11/kdelibs4/Makefile
--- a/x11/kdelibs4/Makefile     Mon Oct 21 23:53:34 2019 +0000
+++ b/x11/kdelibs4/Makefile     Mon Oct 21 23:58:04 2019 +0000
@@ -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 @@
 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