pkgsrc-Users archive

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

-std=c++11 ? (Re: x11/kdelibs4 affected by graphics/ilmbase 2.4.0



Following patch seems to package fine

I'll commit this soon, thank you
-- 
Makoto Fujiwara
mef%NetBSD.org@localhost
makoto%if.t.u-tokyo.ac.jp@localhost
Key fingerprint = 0BFA FAEB EAD1 90BA 7498  8F85 6809 9E0B B7EF A12E

Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/x11/kdelibs4/Makefile,v
retrieving revision 1.101
diff -u -r1.101 Makefile
--- Makefile	22 Aug 2019 12:23:56 -0000	1.101
+++ Makefile	23 Sep 2019 04:24:59 -0000
@@ -2,7 +2,7 @@
 
 DISTNAME=	kdelibs-4.14.38
 PKGNAME=	${DISTNAME:S/-4/4-4/}
-PKGREVISION=	6
+PKGREVISION=	7
 CATEGORIES=	x11
 COMMENT=	Support libraries for the KDE integrated X11 desktop
 MASTER_SITES=	${MASTER_SITE_KDE:=applications/17.08.3/src/}
@@ -87,6 +87,8 @@
 .endif
 
 CFLAGS.SunOS+=		-D__EXTENSIONS__
+CFLAGS+=	 	-std=c++11
+
 LDFLAGS.Darwin+=	-lintl
 LDFLAGS.SunOS+=		-lintl
 


Home | Main Index | Thread Index | Old Index