summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Ullmann <jokey@gentoo.org>2009-07-21 20:49:28 +0000
committerMarkus Ullmann <jokey@gentoo.org>2009-07-21 20:49:28 +0000
commitce9658239ef6cfe930a22e9b34cfac5ae23c153e (patch)
tree7e85dee6ab786d5d1c0f01d2215904327f5bc3af /x11-libs/wxGTK/files
parentamd64 stable, bug 278485 (diff)
downloadgentoo-2-ce9658239ef6cfe930a22e9b34cfac5ae23c153e.tar.gz
gentoo-2-ce9658239ef6cfe930a22e9b34cfac5ae23c153e.tar.bz2
gentoo-2-ce9658239ef6cfe930a22e9b34cfac5ae23c153e.zip
Add patch to fix slot b0rkage
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/wxGTK/files')
-rw-r--r--x11-libs/wxGTK/files/wxGTK-2.8.10.1-slot-bake-b0rkage.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/x11-libs/wxGTK/files/wxGTK-2.8.10.1-slot-bake-b0rkage.patch b/x11-libs/wxGTK/files/wxGTK-2.8.10.1-slot-bake-b0rkage.patch
new file mode 100644
index 000000000000..f8d8c457db2e
--- /dev/null
+++ b/x11-libs/wxGTK/files/wxGTK-2.8.10.1-slot-bake-b0rkage.patch
@@ -0,0 +1,18 @@
+diff -urN ./wxPython-src-2.8.10.1.orig/build/bakefiles/wxpresets/presets/wx.bkl ./wxPython-src-2.8.10.1/build/bakefiles/wxpresets/presets/wx.bkl
+--- ./wxPython-src-2.8.10.1.orig/build/bakefiles/wxpresets/presets/wx.bkl 2007-07-04 21:24:53.000000000 +0200
++++ ./wxPython-src-2.8.10.1/build/bakefiles/wxpresets/presets/wx.bkl 2009-07-21 22:25:53.558360790 +0200
+@@ -51,12 +51,12 @@
+ <set var="__wx_included_impl">0</set>
+
+ <if cond="FORMAT in ['autoconf','gnu']">
+- <include file="wx_unix.bkl"/>
++ <include file="wx28_unix.bkl"/>
+ <set var="__wx_included_impl">1</set>
+ </if>
+
+ <if cond="FORMAT!='autoconf' and PLATFORM_WIN32=='1'">
+- <include file="wx_win32.bkl"/>
++ <include file="wx28_win32.bkl"/>
+ <set var="__wx_included_impl">1</set>
+ </if>
+