diff options
Diffstat (limited to 'community/gnome-online-miners/remove-configure-ac-debug.patch')
-rw-r--r-- | community/gnome-online-miners/remove-configure-ac-debug.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/community/gnome-online-miners/remove-configure-ac-debug.patch b/community/gnome-online-miners/remove-configure-ac-debug.patch new file mode 100644 index 0000000000..e67362e630 --- /dev/null +++ b/community/gnome-online-miners/remove-configure-ac-debug.patch @@ -0,0 +1,12 @@ +Causes syntax errors +--- a/configure.ac.orig 2020-09-05 14:00:54.791998554 +0200 ++++ b/configure.ac 2020-09-05 14:01:05.775148998 +0200 +@@ -26,8 +26,6 @@ + GRILO_MIN_VERSION=0.3.0 + ZAPOJIT_MIN_VERSION=0.0.2 + +-AX_CHECK_ENABLE_DEBUG([yes],[GNOME_ENABLE_DEBUG]) +- + LT_INIT + + PKG_CHECK_MODULES(GLIB, [glib-2.0 >= $GLIB_MIN_VERSION]) |