diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2016-07-25 20:38:24 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-08-03 09:21:54 +0200 |
commit | c03c1ca9ece09019b94555621aac5424ce5682fb (patch) | |
tree | 0d8198d0b5f2c4f05a0d1ccbd05ffb0a22f0b4e2 /dev-haskell/cairo | |
parent | dev-haskell/c2hs: remove unused patch (diff) | |
download | gentoo-c03c1ca9ece09019b94555621aac5424ce5682fb.tar.gz gentoo-c03c1ca9ece09019b94555621aac5424ce5682fb.tar.bz2 gentoo-c03c1ca9ece09019b94555621aac5424ce5682fb.zip |
dev-haskell/cairo: remove unused patch
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'dev-haskell/cairo')
-rw-r--r-- | dev-haskell/cairo/files/cairo-0.12.3-fixincl.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/dev-haskell/cairo/files/cairo-0.12.3-fixincl.patch b/dev-haskell/cairo/files/cairo-0.12.3-fixincl.patch deleted file mode 100644 index 1b531a1932ea..000000000000 --- a/dev-haskell/cairo/files/cairo-0.12.3-fixincl.patch +++ /dev/null @@ -1,19 +0,0 @@ -Fix include path on cabal-1.14 - -Building cairo-0.12.3... -Preprocessing library cairo-0.12.3... -dist/build/Graphics/Rendering/Cairo/Matrix.h:1:26: fatal error: cairo-gtk2hs.h: No such file or directory -compilation terminated. -gtk2hsC2hs: Error during preprocessing custom header file -diff --git a/cairo.cabal b/cairo.cabal -index af7cee9..62fe84b 100644 ---- a/cairo.cabal -+++ b/cairo.cabal -@@ -69,6 +69,7 @@ Library - Graphics.Rendering.Cairo.Internal.Surfaces.PS - Graphics.Rendering.Cairo.Internal.Surfaces.SVG - extensions: ForeignFunctionInterface -+ Include-dirs: . - x-c2hs-Header: cairo-gtk2hs.h - pkgconfig-depends: cairo >= 1.2.0 - if flag(cairo_pdf) |