diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-06-06 11:57:59 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-06-06 12:09:45 +0100 |
commit | 093d939c07c22eb424cd09c225b063c09f29763c (patch) | |
tree | 0b6f909670e0b42ed7c8a51f6be00221eaaf1294 /dev-haskell/gtk | |
parent | dev-haskell/glade: drop old (diff) | |
download | gentoo-093d939c07c22eb424cd09c225b063c09f29763c.tar.gz gentoo-093d939c07c22eb424cd09c225b063c09f29763c.tar.bz2 gentoo-093d939c07c22eb424cd09c225b063c09f29763c.zip |
dev-haskell/gtk: add forgotten patch
Bug: https://bugs.gentoo.org/712988
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/gtk')
-rw-r--r-- | dev-haskell/gtk/files/gtk-0.14.10-glib-2.62.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-haskell/gtk/files/gtk-0.14.10-glib-2.62.patch b/dev-haskell/gtk/files/gtk-0.14.10-glib-2.62.patch new file mode 100644 index 000000000000..78e1dc146b43 --- /dev/null +++ b/dev-haskell/gtk/files/gtk-0.14.10-glib-2.62.patch @@ -0,0 +1,13 @@ +https://github.com/gtk2hs/gtk2hs/issues/276 +https://bugs.gentoo.org/712988 +--- a/gtk.cabal ++++ b/gtk.cabal +@@ -381,7 +381,7 @@ Library + -- needs to be imported from this module: + x-Signals-Import: Graphics.UI.Gtk.General.Threading + include-dirs: . +- cpp-options: -U__BLOCKS__ ++ cpp-options: -U__BLOCKS__ -D__attribute__(A)= + if os(darwin) || os(freebsd) + cpp-options: -D__attribute__(A)= -D_Nullable= -D_Nonnull= + if !flag(deprecated) |