]> git.pld-linux.org Git - packages/LDAPExplorerTool.git/commitdiff
- small patch to use given wx-config binary, not hardcoded
authorundefine <undefine@pld-linux.org>
Thu, 29 Apr 2004 13:20:30 +0000 (13:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    LDAPExplorerTool-xrc.patch -> 1.1

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

diff --git a/LDAPExplorerTool-xrc.patch b/LDAPExplorerTool-xrc.patch
new file mode 100644 (file)
index 0000000..837cbf9
--- /dev/null
@@ -0,0 +1,11 @@
+--- configure.in~      2003-10-28 23:01:41.000000000 +0100
++++ configure.in       2004-04-29 16:27:28.518393656 +0200
+@@ -55,7 +55,7 @@
+             [AC_MSG_ERROR([Cannot find GTK: Is gtk-config in path?])],
+             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&/'`"
+ fi
+ AC_SUBST(WX_XRC_LIBS)
This page took 0.068046 seconds and 4 git commands to generate.