]> git.pld-linux.org Git - packages/vlc.git/commitdiff
- added
authoraredridel <aredridel@pld-linux.org>
Sun, 6 Feb 2005 15:45:42 +0000 (15:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vlc-wxgtk2.patch -> 1.1

vlc-wxgtk2.patch [new file with mode: 0644]

diff --git a/vlc-wxgtk2.patch b/vlc-wxgtk2.patch
new file mode 100644 (file)
index 0000000..b132780
--- /dev/null
@@ -0,0 +1,26 @@
+diff -ur o-vlc-0.8.1/configure.ac vlc-0.8.1/configure.ac
+--- o-vlc-0.8.1/configure.ac   2004-11-14 09:10:56.000000000 -0700
++++ vlc-0.8.1/configure.ac     2005-02-06 08:13:36.434615764 -0700
+@@ -3468,18 +3468,15 @@
+   WXWINDOWS_PATH="${PATH}"
+   AC_ARG_WITH(wx-config-path,
+     [    --with-wx-config-path=PATH wx-config path (default search in \$PATH)],
++  # look for wx-config
+     [ if test "${with_wx_config_path}" != "no"
+       then
+-        WXWINDOWS_PATH="${with_wx_config_path}:${PATH}"
+-      fi ])
+-  # look for wx-config
++  AC_PATH_PROG(WX_CONFIG, ${with_wx_config_path}, no)
++              else
+   AC_PATH_PROG(WX_CONFIG, wx-config, no, ${WXWINDOWS_PATH})
++      fi ])
+   if test "${WX_CONFIG}" != "no"
+   then
+-    if expr 2.3.0 \> `${WX_CONFIG} --version` >/dev/null
+-    then
+-      AC_MSG_ERROR([Your development package for wxWindows is too old, you need at least version 2.3.0. Please upgrade and try again. Alternatively you can also configure with --disable-wxwindows.])
+-    fi
+     AC_LANG_PUSH(C++)
+     VLC_ADD_CXXFLAGS([wxwindows],[`${WX_CONFIG} --cxxflags`])
+     VLC_ADD_LDFLAGS([wxwindows],[`${WX_CONFIG} --libs`])
This page took 0.026071 seconds and 4 git commands to generate.