]> git.pld-linux.org Git - packages/gpac.git/blob - gpac-wxWidgets.patch
749920d6087cab2efa74479fa75321b9df8d91ff
[packages/gpac.git] / gpac-wxWidgets.patch
1 --- gpac/configure.orig 2005-03-31 20:42:08.000000000 +0200
2 +++ gpac/configure      2005-04-09 04:02:36.000000000 +0200
3 @@ -588,8 +588,8 @@
4  #look for wxWidgets support
5  has_wx="no"
6  wx_too_old="no"
7 -wx_cflags=`wx-config --cxxflags`
8 -wx_lflags=`wx-config --libs`
9 +wx_cflags=`wx-gtk2-ansi-config --cxxflags`
10 +wx_lflags=`wx-gtk2-ansi-config --libs`
11  
12  cat > $TMPCPP << EOF
13  #include <wx/wx.h>
14 @@ -597,7 +597,7 @@
15  EOF
16  
17  if $cc $wx_cflags -o $TMPO $TMPCPP $wx_lflags > /dev/null 2>&1 ; then
18 -wx_version=`wx-config --version | sed 's/[^0-9]//g'`
19 +wx_version=`wx-gtk2-ansi-config --version | sed 's/[^0-9]//g'`
20  if test "$wx_version" -lt 252 ; then
21  wx_too_old="yes"
22  else
This page took 0.023716 seconds and 3 git commands to generate.