pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/inputmethod/fcitx5-gtk



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Jul 10 08:03:25 UTC 2023

Modified Files:
        pkgsrc/inputmethod/fcitx5-gtk: Makefile

Log Message:
fcitx5-gtk: Require a C++17 compiler.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/inputmethod/fcitx5-gtk/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/inputmethod/fcitx5-gtk/Makefile
diff -u pkgsrc/inputmethod/fcitx5-gtk/Makefile:1.10 pkgsrc/inputmethod/fcitx5-gtk/Makefile:1.11
--- pkgsrc/inputmethod/fcitx5-gtk/Makefile:1.10 Tue Jun  6 12:41:38 2023
+++ pkgsrc/inputmethod/fcitx5-gtk/Makefile      Mon Jul 10 08:03:24 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2023/06/06 12:41:38 riastradh Exp $
+# $NetBSD: Makefile,v 1.11 2023/07/10 08:03:24 nia Exp $
 
 DISTNAME=      fcitx5-gtk-5.0.4
 PKGREVISION=   5
@@ -17,6 +17,9 @@ USE_CMAKE=    yes
 USE_TOOLS+=    pkg-config
 USE_LANGUAGES= c c++
 
+# C++17
+GCC_REQD+=     7
+
 PKGCONFIG_OVERRIDE+=   fcitx-gclient/Fcitx5GClient.pc.in
 
 .include "../../devel/glib2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index