void-packages/srcpkgs/glade3/patches/configure-shell-quote.patch
Đoàn Trần Công Danh 2b4ea906c4 glade3: switch to python3, add webkit module
Closes: https://github.com/void-linux/void-packages/issues/18236
Closes: https://github.com/void-linux/void-packages/pull/17766

Added by q66: move some extra files that belong in libgladeui3
from the glade3 package. These can be used with the libgladeui
library, and are not a part of the designer per se.
2020-02-05 15:59:59 +01:00

11 lines
465 B
Diff

--- configure.ac
+++ configure.ac
@@ -279,7 +279,7 @@
dnl Check for GDK Quartz and MacOSX integration package
dnl ================================================================
_gdk_tgt=`$PKG_CONFIG --variable=targets gdk-3.0`
-AM_CONDITIONAL([GDK_TARGET_QUARTZ], [test x$_gdk_tgt = xquartz])
+AM_CONDITIONAL([GDK_TARGET_QUARTZ], [test "x$_gdk_tgt" = xquartz])
if test "x$_gdk_tgt" = xquartz; then
PKG_CHECK_MODULES(GTK_MAC, gtk-mac-integration-gtk3)