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:   mef
Date:           Mon Sep 23 14:01:32 UTC 2019

Modified Files:
        pkgsrc/x11/kdelibs4: Makefile

Log Message:
Correction to previous fix, Now: USE_LANGUAGES+= c++11, tks adm@ and jperkin@


To generate a diff of this commit:
cvs rdiff -u -r1.102 -r1.103 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.102 pkgsrc/x11/kdelibs4/Makefile:1.103
--- pkgsrc/x11/kdelibs4/Makefile:1.102  Mon Sep 23 04:50:10 2019
+++ pkgsrc/x11/kdelibs4/Makefile        Mon Sep 23 14:01:32 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.102 2019/09/23 04:50:10 mef Exp $
+# $NetBSD: Makefile,v 1.103 2019/09/23 14:01:32 mef 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
 
-INSTALLATION_DIRS+=    ${PKGMANDIR}/man1 ${PKGMANDIR}/man7 ${PKGMANDIR}/man8
+USE_LANGUAGES+=        c++11
 
 REPLACE_PERL+= \
        kio/proxytype.pl \
@@ -87,7 +87,6 @@ PLIST.kgrantpty=      yes
 .endif
 
 CFLAGS.SunOS+=         -D__EXTENSIONS__
-CFLAGS+=               -std=c++11
 
 LDFLAGS.Darwin+=       -lintl
 LDFLAGS.SunOS+=                -lintl



Home | Main Index | Thread Index | Old Index