diff options
author | joerg <joerg@pkgsrc.org> | 2018-07-18 00:06:10 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2018-07-18 00:06:10 +0000 |
commit | bae5dd3629cc3af3c32704ae265c254292cdfa4c (patch) | |
tree | 7e4d25c84ede1a3fcebe215c3f01100d788ebc1d /inputmethod/qt5-uim/Makefile | |
parent | 326ab0d6a49ec909b08e6e00df15fd7158bc5147 (diff) | |
download | pkgsrc-bae5dd3629cc3af3c32704ae265c254292cdfa4c.tar.gz |
Mark packages that require C++03 (or the GNU variants) if they fail with
C++14 default language.
Diffstat (limited to 'inputmethod/qt5-uim/Makefile')
-rw-r--r-- | inputmethod/qt5-uim/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethod/qt5-uim/Makefile b/inputmethod/qt5-uim/Makefile index a41f59df9dc..d2284654c2d 100644 --- a/inputmethod/qt5-uim/Makefile +++ b/inputmethod/qt5-uim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2018/04/14 07:34:28 adam Exp $ +# $NetBSD: Makefile,v 1.25 2018/07/18 00:06:19 joerg Exp $ .include "../../x11/qt5/Makefile.common" @@ -21,7 +21,7 @@ USE_LIBTOOL= yes USE_TOOLS+= gmake gsed intltool pkg-config xgettext BUILDLINK_DEPMETHOD.gtk2= build -USE_LANGUAGES= c c++ +USE_LANGUAGES= c c++03 PKGCONFIG_OVERRIDE+= uim.pc.in |