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.4-install-fix.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.4-install-fix.patch')
-rw-r--r-- | app-emulation/wine/files/wine-1.1.4-install-fix.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/app-emulation/wine/files/wine-1.1.4-install-fix.patch b/app-emulation/wine/files/wine-1.1.4-install-fix.patch deleted file mode 100644 index 7ff5771..0000000 --- a/app-emulation/wine/files/wine-1.1.4-install-fix.patch +++ /dev/null @@ -1,22 +0,0 @@ -From: Alexandre Julliard <julliard@winehq.org> -Date: Mon, 8 Sep 2008 10:37:56 +0000 (+0200) -Subject: makefile: Fix dependency for programs install. -X-Git-Url: http://source.winehq.org/git/wine.git/?a=commitdiff_plain;h=78c79ba349deea39 - -makefile: Fix dependency for programs install. ---- - -diff --git a/Makefile.in b/Makefile.in -index 0b2c6c0..1dd8ef1 100644 ---- a/Makefile.in -+++ b/Makefile.in -@@ -96,7 +96,8 @@ include/__install__ include/__install-dev__: include libs tools - libs/__install__ libs/__install-lib__ libs/__install-dev__: libs - loader/__install__ loader/__install-lib__: libs tools - server/__install__ server/__install-lib__: libs tools --programs/__install__ programs/__install-lib__: libs tools include dlls/__install-lib__ -+programs/__install__: libs tools include dlls/__install__ -+programs/__install-lib__: libs tools include dlls/__install-lib__ - tools/__install__ tools/__install-lib__ tools/__install-dev__: tools - - RECURSE_TARGETS = \ |