]> git.pld-linux.org Git - packages/wxWidgets.git/commitdiff
- make wxGetRootWindow symbol visible in library (for audacity) auto/th/wxWidgets-3.0.0-3
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 19 Jan 2014 17:26:50 +0000 (18:26 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 19 Jan 2014 17:26:50 +0000 (18:26 +0100)
- rel 3

export-wxGetRootWindow.patch [new file with mode: 0644]
wxWidgets.spec

diff --git a/export-wxGetRootWindow.patch b/export-wxGetRootWindow.patch
new file mode 100644 (file)
index 0000000..3dddae4
--- /dev/null
@@ -0,0 +1,11 @@
+--- wxWidgets-3.0.0/src/gtk/app.cpp~   2013-11-11 14:10:39.000000000 +0100
++++ wxWidgets-3.0.0/src/gtk/app.cpp    2014-01-19 16:44:33.612093277 +0100
+@@ -168,7 +168,7 @@
+ // Access to the root window global
+ //-----------------------------------------------------------------------------
+-GtkWidget* wxGetRootWindow()
++WXDLLIMPEXP_CORE GtkWidget* wxGetRootWindow()
+ {
+     static GtkWidget *s_RootWindow = NULL;
index 26e22db3c806d5a2a14ca3dc1db24643f1b18a87..fe002f1a02cdf9a6ecdc870f87107036d27d7364 100644 (file)
@@ -12,7 +12,7 @@ Summary(pl.UTF-8):    Biblioteka wxWidgets
 Name:          wxWidgets
 %define majver 3.0
 Version:       3.0.0
-Release:       2
+Release:       3
 License:       wxWindows Library Licence 3.1 (LGPL v2+ with exception)
 Group:         X11/Libraries
 Source0:       http://downloads.sourceforge.net/wxwindows/%{name}-%{version}.tar.bz2
@@ -20,6 +20,7 @@ Source0:      http://downloads.sourceforge.net/wxwindows/%{name}-%{version}.tar.bz2
 Patch0:                %{name}-samples.patch
 Patch1:                %{name}-ac.patch
 Patch2:                %{name}-link.patch
+Patch3:                export-wxGetRootWindow.patch
 URL:           http://www.wxWidgets.org/
 BuildRequires: OpenGL-GLU-devel
 #BuildRequires:        SDL-devel
@@ -459,6 +460,7 @@ obsługą UNICODE.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %{__rm} build/aclocal/bakefile*.m4
 
This page took 0.080506 seconds and 4 git commands to generate.