]> git.pld-linux.org Git - packages/gpac.git/blob - gpac-wxWidgets.patch
fdc2242f39cc78b6259bb5c96d984d6a7d43123b
[packages/gpac.git] / gpac-wxWidgets.patch
1 --- gpac/configure.orig 2005-07-23 19:59:27.000000000 +0200
2 +++ gpac/configure      2006-03-19 12:18:44.000000000 +0100
3 @@ -689,8 +689,8 @@
4  #look for wxWidgets support
5  has_wx="no"
6  wx_too_old="no"
7 -wx_cflags=`wx-config --cppflags`
8 -wx_lflags=`wx-config --libs`
9 +wx_cflags=`wx-gtk2-ansi-config --cppflags`
10 +wx_lflags=`wx-gtk2-ansi-config --libs`
11  
12  cat > $TMPCPP << EOF
13  #include <wx/wx.h>
14 @@ -698,7 +698,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 254 ; then
21  wx_too_old="yes"
22  else
This page took 0.065688 seconds and 3 git commands to generate.