pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/lensfun lensfun: Specify C++03, not C++11 clean.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f7dd84f75413
branches:  trunk
changeset: 375238:f7dd84f75413
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Tue Feb 06 12:18:13 2018 +0000

description:
lensfun: Specify C++03, not C++11 clean.

diffstat:

 graphics/lensfun/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 73ed382ede39 -r f7dd84f75413 graphics/lensfun/Makefile
--- a/graphics/lensfun/Makefile Tue Feb 06 12:12:56 2018 +0000
+++ b/graphics/lensfun/Makefile Tue Feb 06 12:18:13 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2015/12/27 12:31:53 adam Exp $
+# $NetBSD: Makefile,v 1.32 2018/02/06 12:18:13 jperkin Exp $
 
 DISTNAME=      lensfun-0.3.2
 CATEGORIES=    graphics
@@ -10,7 +10,7 @@
 LICENSE=       gnu-lgpl-v3
 
 USE_CMAKE=             yes
-USE_LANGUAGES=         c c++
+USE_LANGUAGES=         c c++03
 USE_TOOLS+=            gmake pkg-config gsed
 
 REPLACE_SH=            apps/g-lensfun-update-data



Home | Main Index | Thread Index | Old Index