pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/cinepaint cinepaint: switch us over to C++11.
details: https://anonhg.NetBSD.org/pkgsrc/rev/ac84a31eb5a8
branches: trunk
changeset: 340517:ac84a31eb5a8
user: maya <maya%pkgsrc.org@localhost>
date: Thu Oct 03 23:32:27 2019 +0000
description:
cinepaint: switch us over to C++11.
Fixes PR pkg/54596: cinepaint build broken with latest OpenEXR
Bump PKGREVISION out of paranoia.
diffstat:
graphics/cinepaint/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r 128038ef8488 -r ac84a31eb5a8 graphics/cinepaint/Makefile
--- a/graphics/cinepaint/Makefile Thu Oct 03 23:02:59 2019 +0000
+++ b/graphics/cinepaint/Makefile Thu Oct 03 23:32:27 2019 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.65 2019/07/21 22:24:55 wiz Exp $
+# $NetBSD: Makefile,v 1.66 2019/10/03 23:32:27 maya Exp $
DISTNAME= cinepaint-1.0-4
PKGNAME= cinepaint-1.0.4
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cinepaint/}
@@ -13,7 +13,7 @@
MAKE_JOBS_SAFE= no
-USE_LANGUAGES= c c++03
+USE_LANGUAGES= c c++11
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config msgfmt gmake
GNU_CONFIGURE= yes
Home |
Main Index |
Thread Index |
Old Index