]> git.pld-linux.org Git - packages/gpac.git/blobdiff - gpac-wxWidgets.patch
- updated to 0.4.0
[packages/gpac.git] / gpac-wxWidgets.patch
index 749920d6087cab2efa74479fa75321b9df8d91ff..fdc2242f39cc78b6259bb5c96d984d6a7d43123b 100644 (file)
@@ -1,22 +1,22 @@
---- gpac/configure.orig        2005-03-31 20:42:08.000000000 +0200
-+++ gpac/configure     2005-04-09 04:02:36.000000000 +0200
-@@ -588,8 +588,8 @@
+--- gpac/configure.orig        2005-07-23 19:59:27.000000000 +0200
++++ gpac/configure     2006-03-19 12:18:44.000000000 +0100
+@@ -689,8 +689,8 @@
  #look for wxWidgets support
  has_wx="no"
  wx_too_old="no"
--wx_cflags=`wx-config --cxxflags`
+-wx_cflags=`wx-config --cppflags`
 -wx_lflags=`wx-config --libs`
-+wx_cflags=`wx-gtk2-ansi-config --cxxflags`
++wx_cflags=`wx-gtk2-ansi-config --cppflags`
 +wx_lflags=`wx-gtk2-ansi-config --libs`
  
  cat > $TMPCPP << EOF
  #include <wx/wx.h>
-@@ -597,7 +597,7 @@
+@@ -698,7 +698,7 @@
  EOF
  
  if $cc $wx_cflags -o $TMPO $TMPCPP $wx_lflags > /dev/null 2>&1 ; then
 -wx_version=`wx-config --version | sed 's/[^0-9]//g'`
 +wx_version=`wx-gtk2-ansi-config --version | sed 's/[^0-9]//g'`
- if test "$wx_version" -lt 252 ; then
+ if test "$wx_version" -lt 254 ; then
  wx_too_old="yes"
  else
This page took 0.06457 seconds and 4 git commands to generate.