r54497 - in /desktop/experimental/gtk+4.0/debian: changelog patches/disable-return-type-error.patch patches/series
jbicha at users.alioth.debian.org
jbicha at users.alioth.debian.org
Thu Oct 19 01:34:15 UTC 2017
Author: jbicha
Date: Thu Oct 19 01:34:15 2017
New Revision: 54497
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=54497
Log:
Add disable-return-type-error.patch to work around https://bugzilla.gnome.org/789180
Added:
desktop/experimental/gtk+4.0/debian/patches/disable-return-type-error.patch
Modified:
desktop/experimental/gtk+4.0/debian/changelog
desktop/experimental/gtk+4.0/debian/patches/series
Modified: desktop/experimental/gtk+4.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B4.0/debian/changelog?rev=54497&op=diff
==============================================================================
--- desktop/experimental/gtk+4.0/debian/changelog [utf-8] (original)
+++ desktop/experimental/gtk+4.0/debian/changelog [utf-8] Thu Oct 19 01:34:15 2017
@@ -6,6 +6,7 @@
* debian/libgtk-4-0.symbols: Update
* Refresh no-accessibility-dump.patch
* Disable 018_gdkenumtypes.c_location.patch: might not be needed any more
+ * Add disable-return-type-error.patch to work around GNOME bug #789180
-- Jeremy Bicha <jbicha at debian.org> Wed, 18 Oct 2017 18:07:11 -0400
Added: desktop/experimental/gtk+4.0/debian/patches/disable-return-type-error.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B4.0/debian/patches/disable-return-type-error.patch?rev=54497&op=file
==============================================================================
--- desktop/experimental/gtk+4.0/debian/patches/disable-return-type-error.patch (added)
+++ desktop/experimental/gtk+4.0/debian/patches/disable-return-type-error.patch [utf-8] Thu Oct 19 01:34:15 2017
@@ -0,0 +1,18 @@
+Author: Jeremy Bicha
+Description: Work around for build failure
+
+https://bugzilla.gnome.org/789180
+---
+ meson.build | 1 -
+ 1 file changed, 1 deletion(-)
+
+--- a/meson.build
++++ b/meson.build
+@@ -256,7 +256,6 @@ elif cc.get_id() == 'gcc' or cc.get_id()
+ '-Werror=main',
+ '-Werror=missing-braces',
+ '-Werror=sequence-point',
+- '-Werror=return-type',
+ '-Werror=trigraphs',
+ '-Werror=array-bounds',
+ '-Werror=write-strings',
Modified: desktop/experimental/gtk+4.0/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B4.0/debian/patches/series?rev=54497&op=diff
==============================================================================
--- desktop/experimental/gtk+4.0/debian/patches/series [utf-8] (original)
+++ desktop/experimental/gtk+4.0/debian/patches/series [utf-8] Thu Oct 19 01:34:15 2017
@@ -2,3 +2,4 @@
no-accessibility-dump.patch
reftest-known-fail.patch
gdk-x11-Check-if-we-have-access-to-GL-before-using-G.patch
+disable-return-type-error.patch
More information about the pkg-gnome-commits
mailing list