summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2019-12-21 23:41:47 +0000
committerjoerg <joerg@pkgsrc.org>2019-12-21 23:41:47 +0000
commit655103e257534cfb115c27ead890b5b32f237f37 (patch)
tree34e519a959b8922e11cd54c02c606b53c030f727
parent621b84e2c09ff7b71155298225ce6078935fbd50 (diff)
downloadpkgsrc-655103e257534cfb115c27ead890b5b32f237f37.tar.gz
Uses c++03 only.
-rw-r--r--graphics/freeimageplus/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/freeimageplus/Makefile b/graphics/freeimageplus/Makefile
index 7ba57f20d04..cecf619886f 100644
--- a/graphics/freeimageplus/Makefile
+++ b/graphics/freeimageplus/Makefile
@@ -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 @@ HOMEPAGE= http://freeimage.sf.net/
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