]> git.pld-linux.org Git - packages/audacity.git/blobdiff - audacity-wx.patch
- finished port to wxWidgets 3.0
[packages/audacity.git] / audacity-wx.patch
index f4d0957fa8b252a7abe02f3a67e9d1b4dc5ba605..d29b98e909ee9d1fd48d86d9d1c0d6899cdddc40 100644 (file)
@@ -9,6 +9,15 @@
      echo "Great, you're using wxWidgets ${wx_version}!"
      ;;
    *)
+@@ -311,7 +311,7 @@
+ ac_configure_args="$ac_configure_args --with-wx-config=\"$WX_CONFIG\""
+ dnl Gather wx arguments
+-LIBS="$LIBS `$WX_CONFIG $wxconfigargs --libs`"
++LIBS="$LIBS `$WX_CONFIG $wxconfigargs --libs` -lwx_x11univ_core-3.0"
+ CXXFLAGS="$CXXFLAGS `$WX_CONFIG $wxconfigargs --cxxflags`"
+ dnl-----------------------------------------------------------------
 --- audacity-src-2.0.5/lib-src/lib-widget-extra/configure.in~  2013-10-19 09:31:34.000000000 +0200
 +++ audacity-src-2.0.5/lib-src/lib-widget-extra/configure.in   2014-01-15 14:35:09.519583138 +0100
 @@ -142,7 +142,7 @@
This page took 0.02365 seconds and 4 git commands to generate.