diff options
author | Markus Ullmann <jokey@gentoo.org> | 2009-07-21 20:49:28 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2009-07-21 20:49:28 +0000 |
commit | ce9658239ef6cfe930a22e9b34cfac5ae23c153e (patch) | |
tree | 7e85dee6ab786d5d1c0f01d2215904327f5bc3af /x11-libs/wxGTK/files | |
parent | amd64 stable, bug 278485 (diff) | |
download | gentoo-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.patch | 18 |
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> + |