pkgsrc-Changes archive

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

CVS commit: pkgsrc/inputmethod/ibus



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sun Mar 27 11:48:17 UTC 2022

Modified Files:
        pkgsrc/inputmethod/ibus: Makefile

Log Message:
ibus: fix build on SunOS


To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 pkgsrc/inputmethod/ibus/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/ibus/Makefile
diff -u pkgsrc/inputmethod/ibus/Makefile:1.85 pkgsrc/inputmethod/ibus/Makefile:1.86
--- pkgsrc/inputmethod/ibus/Makefile:1.85       Tue Mar 15 13:13:36 2022
+++ pkgsrc/inputmethod/ibus/Makefile    Sun Mar 27 11:48:16 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.85 2022/03/15 13:13:36 tsutsui Exp $
+# $NetBSD: Makefile,v 1.86 2022/03/27 11:48:16 tnn Exp $
 
 .include "Makefile.common"
 
@@ -54,6 +54,12 @@ CONF_FILES+=         ${PREFIX}/share/examples/i
 BUILDLINK_TRANSFORM+=  rm:-Wno-unused-but-set-variable
 .endif
 
+# Trigger .vala->.c regeneration of files that contain
+# "#if USE_GDK_WAYLAND" preprocessing directives since we
+# might be on a platform where gtk3 is not built with Wayland.
+pre-build:
+       ${TOUCH} ${WRKSRC}/ui/gtk3/*.vala
+
 .include "../../devel/glib2/schemas.mk"
 .include "../../devel/dconf/database.mk"
 .include "../../devel/dconf/buildlink3.mk"



Home | Main Index | Thread Index | Old Index