]> git.pld-linux.org Git - packages/LDAPExplorerTool.git/commitdiff
- new/updated
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 22 May 2005 12:24:37 +0000 (12:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    LDAPExplorerTool-wx.patch -> 1.1
    LDAPExplorerTool-xrc.patch -> 1.2

LDAPExplorerTool-wx.patch [new file with mode: 0644]
LDAPExplorerTool-xrc.patch

diff --git a/LDAPExplorerTool-wx.patch b/LDAPExplorerTool-wx.patch
new file mode 100644 (file)
index 0000000..0ca0e58
--- /dev/null
@@ -0,0 +1,11 @@
+diff -urN LDAPExplorerTool-0.6.org/src/LDAPBrowser_App.cpp LDAPExplorerTool-0.6/src/LDAPBrowser_App.cpp
+--- LDAPExplorerTool-0.6.org/src/LDAPBrowser_App.cpp   2003-08-24 23:22:18.000000000 +0200
++++ LDAPExplorerTool-0.6/src/LDAPBrowser_App.cpp       2005-05-22 14:23:10.613955464 +0200
+@@ -21,7 +21,6 @@
+ #endif
+ #include <wx/app.h>
+-#include <wx/resource.h>
+ #include <wx/config.h>
+ #include <wx/intl.h>
+ #include <wx/artprov.h>
index 837cbf9159ef67c0a429a112eb9d294971008e57..78ed1fa32a94b10c1f6398f5c061bbd225cc349b 100644 (file)
@@ -5,7 +5,7 @@
              gthread)
  dnl Ugly hack until wx-config supports it (in 2.4.2)
 -      WX_XRC_LIBS="`wx-config --libs  | xargs -n 1 echo | grep wx_ | sed 's/-2.4/_xrc&/'`"
-+      WX_XRC_LIBS="`$WX_CONFIG_NAME --libs  | xargs -n 1 echo | grep wx_ | sed 's/-2.4/_xrc&/'`"
++      WX_XRC_LIBS="`$WX_CONFIG_NAME --libs  | xargs -n 1 echo | grep wx_ | sed 's/-2.4/_xrc&/' | sed 's/-2.6/_xrc&/' | xargs`"
  fi
  AC_SUBST(WX_XRC_LIBS)
  
This page took 0.059075 seconds and 4 git commands to generate.