pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/freeimageplus Uses c++03 only.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f3af5802bcb8
branches:  trunk
changeset: 345930:f3af5802bcb8
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Dec 21 23:41:47 2019 +0000

description:
Uses c++03 only.

diffstat:

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

diffs (18 lines):

diff -r 2ba790d53599 -r f3af5802bcb8 graphics/freeimageplus/Makefile
--- a/graphics/freeimageplus/Makefile   Sat Dec 21 23:41:05 2019 +0000
+++ b/graphics/freeimageplus/Makefile   Sat Dec 21 23:41:47 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2019/11/02 22:37:56 rillig Exp $
+# $NetBSD: Makefile,v 1.5 2019/12/21 23:41:47 joerg Exp $
 
 DISTNAME=      FreeImage3170
 PKGNAME=       freeimageplus-3.17.0
@@ -12,7 +12,7 @@
 COMMENT=       Library for supporting PNG, BMP, JPEG, and TIFF - C++ Wrapper
 LICENSE=       gnu-gpl-v2 OR gnu-gpl-v3 OR mpl-1.0
 
-USE_LANGUAGES+=        c c++
+USE_LANGUAGES+=        c c++03
 USE_TOOLS+=    gmake
 MAKE_FILE=     Makefile.fip
 



Home | Main Index | Thread Index | Old Index