diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2009-11-13 02:31:22 +0100 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2009-11-13 02:31:22 +0100 |
commit | 14a73529b5d431f148c441e6a32c7ad52713db19 (patch) | |
tree | 0c2d80ecb0a0128c032a354fa293e43ae05811e8 /recipes/pingus/files/boost.patch | |
parent | 2c3bb2bf4504b194cf3c606e1d016cf0f98a5201 (diff) |
pingus: make it buildable again
* add patches for finding right boost lib and fixing c-headers
* pingus has no install target so make do_stage empty
* bump PR
Diffstat (limited to 'recipes/pingus/files/boost.patch')
-rw-r--r-- | recipes/pingus/files/boost.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/pingus/files/boost.patch b/recipes/pingus/files/boost.patch new file mode 100644 index 0000000000..cdf2425575 --- /dev/null +++ b/recipes/pingus/files/boost.patch @@ -0,0 +1,13 @@ +Index: pingus-0.7.2/SConstruct +=================================================================== +--- pingus-0.7.2.orig/SConstruct 2009-11-13 01:58:16.445278586 +0100 ++++ pingus-0.7.2/SConstruct 2009-11-13 01:58:25.944023225 +0100 +@@ -476,7 +476,7 @@ + env['optional_sources'] += ['src/input/xinput_driver.cpp', + 'src/input/xinput_device.cpp'] + +- if not config.CheckLibWithHeader('boost_signals', 'boost/signals.hpp', 'c++'): ++ if not config.CheckLibWithHeader('boost_signals-mt', 'boost/signals.hpp', 'c++'): + fatal_error += " * library 'boost_signals' not found\n" + + if not config.CheckLibWithHeader('png', 'png.h', 'c++'): |