pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/kdelibs4 Fix build with graphics/openexr 2.4.0 (-s...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6ba06421ffcc
branches: trunk
changeset: 401720:6ba06421ffcc
user: mef <mef%pkgsrc.org@localhost>
date: Mon Sep 23 04:50:10 2019 +0000
description:
Fix build with graphics/openexr 2.4.0 (-std=c++11). PKGREVISION++. proposed at pkgsrc-users@
diffstat:
x11/kdelibs4/Makefile | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (23 lines):
diff -r bcd89f722a08 -r 6ba06421ffcc x11/kdelibs4/Makefile
--- a/x11/kdelibs4/Makefile Mon Sep 23 00:22:03 2019 +0000
+++ b/x11/kdelibs4/Makefile Mon Sep 23 04:50:10 2019 +0000
@@ -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 @@
.endif
CFLAGS.SunOS+= -D__EXTENSIONS__
+CFLAGS+= -std=c++11
+
LDFLAGS.Darwin+= -lintl
LDFLAGS.SunOS+= -lintl
Home |
Main Index |
Thread Index |
Old Index