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 04:50:10 UTC 2019

Modified Files:
        pkgsrc/x11/kdelibs4: Makefile

Log Message:
Fix build with graphics/openexr 2.4.0 (-std=c++11). PKGREVISION++. proposed at pkgsrc-users@


To generate a diff of this commit:
cvs rdiff -u -r1.101 -r1.102 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.101 pkgsrc/x11/kdelibs4/Makefile:1.102
--- pkgsrc/x11/kdelibs4/Makefile:1.101  Thu Aug 22 12:23:56 2019
+++ pkgsrc/x11/kdelibs4/Makefile        Mon Sep 23 04:50:10 2019
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.101 2019/08/22 12:23:56 ryoon Exp $
+# $NetBSD: Makefile,v 1.102 2019/09/23 04:50:10 mef Exp $
 
 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 @@ 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