diff options
author | Alexis Ballier <aballier@gentoo.org> | 2006-11-19 12:37:08 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2006-11-19 12:37:08 +0000 |
commit | f7765b102e2a1aa307a2329ecdc17e7ee9bc7f14 (patch) | |
tree | b2e9d556b126039df0b699f35030fe0b8fa10a62 /media-video/mkvtoolnix/files | |
parent | Stable on hppa. See bug #152672. (diff) | |
download | gentoo-2-f7765b102e2a1aa307a2329ecdc17e7ee9bc7f14.tar.gz gentoo-2-f7765b102e2a1aa307a2329ecdc17e7ee9bc7f14.tar.bz2 gentoo-2-f7765b102e2a1aa307a2329ecdc17e7ee9bc7f14.zip |
Adding a patch to force the use of wxgtk 2.6, thanks to Philantrop <wk@mailstation.de>, bug #155600
(Portage version: 2.1.2_rc2)
Diffstat (limited to 'media-video/mkvtoolnix/files')
-rw-r--r-- | media-video/mkvtoolnix/files/mkvtoolnix-1.8.0-wxgtk.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/media-video/mkvtoolnix/files/mkvtoolnix-1.8.0-wxgtk.patch b/media-video/mkvtoolnix/files/mkvtoolnix-1.8.0-wxgtk.patch new file mode 100644 index 000000000000..2e616f36288d --- /dev/null +++ b/media-video/mkvtoolnix/files/mkvtoolnix-1.8.0-wxgtk.patch @@ -0,0 +1,18 @@ +--- mkvtoolnix-1.8.0/configure.old 2006-11-19 11:58:59.000000000 +0100 ++++ mkvtoolnix-1.8.0/configure 2006-11-19 11:59:31.000000000 +0100 +@@ -10284,13 +10284,13 @@ + + + wxw_ver_req_major=2 +- wxw_ver_req_minor=4 ++ wxw_ver_req_minor=6 + wxw_ver_req_micro=0 + wxw_min_ver=$wxw_ver_req_major.$wxw_ver_req_minor.$wxw_ver_req_micro + + if test x"$enable_gui" = x"yes" -o x"$enable_gui" = "x"; then + # Extract the first word of "wx-config", so it can be a program name with args. +-set dummy wx-config; ac_word=$2 ++set dummy wx-config-2.6; ac_word=$2 + { echo "$as_me:$LINENO: checking for $ac_word" >&5 + echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } + if test "${ac_cv_path_WX_CONFIG+set}" = set; then |