summaryrefslogtreecommitdiff
path: root/graphics/libvideogfx
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2018-07-18 00:06:10 +0000
committerjoerg <joerg@pkgsrc.org>2018-07-18 00:06:10 +0000
commitbae5dd3629cc3af3c32704ae265c254292cdfa4c (patch)
tree7e4d25c84ede1a3fcebe215c3f01100d788ebc1d /graphics/libvideogfx
parent326ab0d6a49ec909b08e6e00df15fd7158bc5147 (diff)
downloadpkgsrc-bae5dd3629cc3af3c32704ae265c254292cdfa4c.tar.gz
Mark packages that require C++03 (or the GNU variants) if they fail with
C++14 default language.
Diffstat (limited to 'graphics/libvideogfx')
-rw-r--r--graphics/libvideogfx/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/libvideogfx/Makefile b/graphics/libvideogfx/Makefile
index c19f359bee6..faf3d2b5b29 100644
--- a/graphics/libvideogfx/Makefile
+++ b/graphics/libvideogfx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2017/08/16 20:45:39 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2018/07/18 00:06:19 joerg Exp $
#
DISTNAME= libvideogfx-1.0.3
@@ -11,7 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= C++ library for low-level video processing
LICENSE= gnu-lgpl-v2.1
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++03
USE_LIBTOOL= YES
GNU_CONFIGURE= YES