diff options
author | jperkin <jperkin@pkgsrc.org> | 2017-05-03 08:38:38 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2017-05-03 08:38:38 +0000 |
commit | 5b99812dcc356c047deb6541432c2003597d6d78 (patch) | |
tree | 34b2442bcf322c038d08c6a15224a11fa82a1de2 /devel/libview | |
parent | 3976212695feabbd27bb2ec036df7e0bddfd4c70 (diff) | |
download | pkgsrc-5b99812dcc356c047deb6541432c2003597d6d78.tar.gz |
Convert CXXFLAGS setting C++ standard to USE_LANGUAGES.
Diffstat (limited to 'devel/libview')
-rw-r--r-- | devel/libview/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/libview/Makefile b/devel/libview/Makefile index 2c709ea3e63..805bb15d561 100644 --- a/devel/libview/Makefile +++ b/devel/libview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2017/02/12 06:24:41 ryoon Exp $ +# $NetBSD: Makefile,v 1.27 2017/05/03 08:38:41 jperkin Exp $ # DISTNAME= libview-0.6.4 @@ -14,8 +14,7 @@ LICENSE= modified-bsd GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config -USE_LANGUAGES= c c++ -CXXFLAGS+= -std=c++11 +USE_LANGUAGES= c c++11 PKGCONFIG_OVERRIDE+= libview.pc.in |