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 | ca7c86855e9536834aeadcc2cb1bc8436ae6ee16 (patch) | |
tree | 2fa540b3172e66294abe7de0bde1aa824c38da93 /devel/libview | |
parent | 3ef956f123a6b414874b463757ad4273afe87371 (diff) | |
download | pkgsrc-ca7c86855e9536834aeadcc2cb1bc8436ae6ee16.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 |