Files
ido/ido-fix-maintainer-cflags.patch
Alexei Sorokin 0f2592e449 Accepting request 737634 from home:dimstar:Factory
FIX Build with GNOME 3.34 - Staging:G

- Add ido-fix-maintainer-cflags.patch: Do not pass -Werror
  unconditionally. This is already part of
  --enable-maintainer-flags, which is default enabled on the
  unstable branch. For the stable branch, we accept new warnings
  coming from updated toolchains and gnome stacks.

OBS-URL: https://build.opensuse.org/request/show/737634
OBS-URL: https://build.opensuse.org/package/show/X11:Unity/ido?expand=0&rev=17
2019-10-12 23:35:11 +00:00

14 lines
536 B
Diff

Index: ido-13.10.0+bzr20161028/src/Makefile.am
===================================================================
--- ido-13.10.0+bzr20161028.orig/src/Makefile.am
+++ ido-13.10.0+bzr20161028/src/Makefile.am
@@ -66,7 +66,7 @@ AM_CPPFLAGS = \
$(GCC_FLAGS) \
$(GTK_CFLAGS) \
$(MAINTAINER_CFLAGS) \
- -Wall -Werror -Wextra -Wno-unused-parameter -Wno-error=deprecated-declarations
+ -Wall -Wextra -Wno-unused-parameter -Wno-error=deprecated-declarations
if USE_UBUNTU_PRIVATE_API
AM_CPPFLAGS += -DUSE_UBUNTU_PRIVATE_API