pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/gtk3



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Jan 11 21:39:18 UTC 2020

Modified Files:
        pkgsrc/x11/gtk3: options.mk

Log Message:
gtk3: This needs sed -i to build with wayland

Some smaller linux toolchests don't provide it.
So make sure gsed is used on such systems.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/x11/gtk3/options.mk

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

Modified files:

Index: pkgsrc/x11/gtk3/options.mk
diff -u pkgsrc/x11/gtk3/options.mk:1.17 pkgsrc/x11/gtk3/options.mk:1.18
--- pkgsrc/x11/gtk3/options.mk:1.17     Mon Jan  6 05:08:42 2020
+++ pkgsrc/x11/gtk3/options.mk  Sat Jan 11 21:39:18 2020
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.17 2020/01/06 05:08:42 ryoon Exp $
+# $NetBSD: options.mk,v 1.18 2020/01/11 21:39:18 nia Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.gtk3
 PKG_SUPPORTED_OPTIONS+=        gtk3-atk-bridge cups debug
@@ -37,6 +37,11 @@ CONFIGURE_ARGS+=     --disable-quartz-backen
 
 PLIST_VARS+=           wayland
 .if !empty(PKG_OPTIONS:Mwayland)
+.  if ${OPSYS} != "NetBSD"
+# Needs sed -i.
+# https://gitlab.gnome.org/GNOME/gtk/merge_requests/1295
+USE_TOOLS+=            gsed
+.  endif
 PLIST.wayland=         yes
 .include "../../devel/wayland/buildlink3.mk"
 .include "../../devel/wayland-protocols/buildlink3.mk"



Home | Main Index | Thread Index | Old Index