diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2011-05-12 10:57:01 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2011-05-12 10:57:01 +0300 |
commit | 2beca37987e0a9215f97f31df77d684df1ceaea0 (patch) | |
tree | 9b38d54a5609160387d21c1ba95513360a4cdd34 /app-emulation/wine/files/wine-1.1.15-configure-host.patch | |
parent | 76f28277ebc16526c51efaa38bf977b1fdd648c5 (diff) |
deleted: app-emulation/wine/Manifest
deleted: app-emulation/wine/files/0001-dinput-Read-raw-relative-mouse-movements-from-dev.patch
deleted: app-emulation/wine/files/Patch_id_1.patch
deleted: app-emulation/wine/files/mousepatch.diff
deleted: app-emulation/wine/files/oblivion_winmm_badcheck_workaround.patch
deleted: app-emulation/wine/files/wine-1.1.15-configure-host.patch
deleted: app-emulation/wine/files/wine-1.1.15-winegcc.patch
deleted: app-emulation/wine/files/wine-1.1.4-install-fix.patch
deleted: app-emulation/wine/files/wine-gentoo-no-ssp.patch
deleted: app-emulation/wine/files/winepulse-0.27.patch
deleted: app-emulation/wine/files/winepulse-winecfg.patch
deleted: app-emulation/wine/wine-9999.ebuild
Diffstat (limited to 'app-emulation/wine/files/wine-1.1.15-configure-host.patch')
-rw-r--r-- | app-emulation/wine/files/wine-1.1.15-configure-host.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/app-emulation/wine/files/wine-1.1.15-configure-host.patch b/app-emulation/wine/files/wine-1.1.15-configure-host.patch deleted file mode 100644 index 47628f6..0000000 --- a/app-emulation/wine/files/wine-1.1.15-configure-host.patch +++ /dev/null @@ -1,13 +0,0 @@ -http://bugs.gentoo.org/260726 - ---- wine-1.1.15/configure -+++ wine-1.1.15/configure -@@ -3943,7 +3943,7 @@ - $as_echo "$wine_cv_toolsdir" >&6; } - TOOLSDIR=$wine_cv_toolsdir - --if test -n "$host_alias" -+if test -n "$host_alias" -a "$host_alias" != "$build_alias" - then - TARGETFLAGS="-b $host_alias $TARGETFLAGS" - |