[Pkg-haskell-commits] darcs: haskell-gio: Patch by Colin Watson to fix ftbfs - Work around predefined "bool" on some architectures.

Joachim Breitner mail at joachim-breitner.de
Thu Sep 18 19:54:00 UTC 2014


Thu Sep 18 19:51:21 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Patch by Colin Watson to fix ftbfs - Work around predefined "bool" on some architectures.

    M ./changelog +8
    A ./patches/
    A ./patches/series
    A ./patches/work-around-bool-define.patch

Thu Sep 18 19:51:21 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Patch by Colin Watson to fix ftbfs - Work around predefined "bool" on some architectures.
diff -rN -u old-haskell-gio/changelog new-haskell-gio/changelog
--- old-haskell-gio/changelog	2014-09-18 19:54:00.412346817 +0000
+++ new-haskell-gio/changelog	2014-09-18 19:54:00.420346816 +0000
@@ -1,3 +1,11 @@
+haskell-gio (0.12.5.3-2) UNRELEASED; urgency=medium
+
+  [ Fernando Seiti Furusato ]
+  * Patch by Colin Watson to fix ftbfs - Work around predefined "bool" on some
+    architectures. (Closes: 762124)
+
+ -- Fernando Seiti Furusato <ferseiti at br.ibm.com>  Thu, 18 Sep 2014 17:55:38 +0000
+
 haskell-gio (0.12.5.3-1) unstable; urgency=low
 
   * Adjust watch file to new hackage layout
diff -rN -u old-haskell-gio/patches/series new-haskell-gio/patches/series
--- old-haskell-gio/patches/series	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-gio/patches/series	2014-09-18 19:54:00.416346817 +0000
@@ -0,0 +1 @@
+work-around-bool-define.patch
diff -rN -u old-haskell-gio/patches/work-around-bool-define.patch new-haskell-gio/patches/work-around-bool-define.patch
--- old-haskell-gio/patches/work-around-bool-define.patch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-gio/patches/work-around-bool-define.patch	2014-09-18 19:54:00.416346817 +0000
@@ -0,0 +1,10 @@
+Index: haskell-gio-0.12.5.3/gio.cabal
+===================================================================
+--- haskell-gio-0.12.5.3.orig/gio.cabal	2014-03-01 09:27:27.000000000 +0000
++++ haskell-gio-0.12.5.3/gio.cabal	2014-09-18 17:55:28.540009896 +0000
+@@ -83,3 +83,5 @@
+         x-Signals-Types: marshal.list
+         x-c2hs-Header:  gio/gio.h
+         pkgconfig-depends: gio-2.0 >= 2.16.4
++
++        cpp-options: -Ubool




More information about the Pkg-haskell-commits mailing list