]> git.pld-linux.org Git - packages/LDAPExplorerTool.git/blame - LDAPExplorerTool-xrc.patch
- doesn't build with new wx yet
[packages/LDAPExplorerTool.git] / LDAPExplorerTool-xrc.patch
CommitLineData
3e7c19e2 1--- configure.in~ 2003-10-28 23:01:41.000000000 +0100
2+++ configure.in 2004-04-29 16:27:28.518393656 +0200
3@@ -55,7 +55,7 @@
4 [AC_MSG_ERROR([Cannot find GTK: Is gtk-config in path?])],
5 gthread)
6 dnl Ugly hack until wx-config supports it (in 2.4.2)
7- WX_XRC_LIBS="`wx-config --libs | xargs -n 1 echo | grep wx_ | sed 's/-2.4/_xrc&/'`"
db7a6f24 8+ WX_XRC_LIBS="`$WX_CONFIG_NAME --libs | xargs -n 1 echo | grep wx_ | sed 's/-2.4/_xrc&/' | sed 's/-2.6/_xrc&/' | xargs`"
3e7c19e2 9 fi
10 AC_SUBST(WX_XRC_LIBS)
11
This page took 0.063833 seconds and 4 git commands to generate.