[Pkg-haskell-commits] darcs: haskell-sfml-audio: Add AL-include-path patch

Joachim Breitner mail at joachim-breitner.de
Thu Oct 13 20:01:45 UTC 2011


Thu Oct 13 20:00:48 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Add AL-include-path patch
  Ignore-this: 42b208fa379319e3771fec9aebde9794

    A ./patches/
    A ./patches/AL-include-path
    A ./patches/series

Thu Oct 13 20:00:48 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Add AL-include-path patch
  Ignore-this: 42b208fa379319e3771fec9aebde9794
diff -rN -u old-haskell-sfml-audio//patches/AL-include-path new-haskell-sfml-audio//patches/AL-include-path
--- old-haskell-sfml-audio//patches/AL-include-path	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-sfml-audio//patches/AL-include-path	2011-10-13 20:01:45.458336501 +0000
@@ -0,0 +1,15 @@
+Description: Fix AL include path
+Author: Joachim Breitner <nomeata at debian.org>
+
+--- haskell-sfml-audio-0.2.1816.0.orig/sfml-audio.cabal
++++ haskell-sfml-audio-0.2.1816.0/sfml-audio.cabal
+@@ -54,6 +54,9 @@ Library
+     frameworks:
+       OpenAL
+ 
++  include-dirs:
++    /usr/include/AL
++
+   includes:
+     al.h
+     sndfile.h
diff -rN -u old-haskell-sfml-audio//patches/series new-haskell-sfml-audio//patches/series
--- old-haskell-sfml-audio//patches/series	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-sfml-audio//patches/series	2011-10-13 20:01:45.462338708 +0000
@@ -0,0 +1 @@
+AL-include-path





More information about the Pkg-haskell-commits mailing list