diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2012-06-28 06:29:33 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2012-06-28 06:29:33 +0000 |
commit | 99ea8b0972de50903eab67f89577df28858774ba (patch) | |
tree | 884ed30b38ae4a1403852f7f3598ea678bdbe329 /games-arcade/performous/files | |
parent | Version bump. (diff) | |
download | historical-99ea8b0972de50903eab67f89577df28858774ba.tar.gz historical-99ea8b0972de50903eab67f89577df28858774ba.tar.bz2 historical-99ea8b0972de50903eab67f89577df28858774ba.zip |
Build with glib-2.32. Bug #423641
Package-Manager: portage-2.1.11.2/cvs/Linux i686
Diffstat (limited to 'games-arcade/performous/files')
-rw-r--r-- | games-arcade/performous/files/performous-0.6.1-glib232.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games-arcade/performous/files/performous-0.6.1-glib232.patch b/games-arcade/performous/files/performous-0.6.1-glib232.patch new file mode 100644 index 000000000000..f69d52253fe4 --- /dev/null +++ b/games-arcade/performous/files/performous-0.6.1-glib232.patch @@ -0,0 +1,10 @@ +--- game/unicode.cc.old 2012-06-27 13:34:43.485706157 +0200 ++++ game/unicode.cc 2012-06-27 13:34:56.825769500 +0200 +@@ -2,7 +2,6 @@ + + #include <boost/scoped_ptr.hpp> + #include <glibmm/ustring.h> +-#include <glib/gconvert.h> + #include <sstream> + #include <stdexcept> + |