diff options
author | 2003-03-23 18:58:01 +0000 | |
---|---|---|
committer | 2003-03-23 18:58:01 +0000 | |
commit | 75d7ee6bb7d93d0bd0fa8272aa84e87c7a72005f (patch) | |
tree | d72783373fb8cae37b25e5871e20660bfd267714 /app-emulation/winex-cvs/files | |
parent | version bump, closes #17365 (diff) | |
download | gentoo-2-75d7ee6bb7d93d0bd0fa8272aa84e87c7a72005f.tar.gz gentoo-2-75d7ee6bb7d93d0bd0fa8272aa84e87c7a72005f.tar.bz2 gentoo-2-75d7ee6bb7d93d0bd0fa8272aa84e87c7a72005f.zip |
Worked around a problem with programs/{wcmd,winhelp}.
Diffstat (limited to 'app-emulation/winex-cvs/files')
-rw-r--r-- | app-emulation/winex-cvs/files/winex-cvs-3.0_pre1.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/app-emulation/winex-cvs/files/winex-cvs-3.0_pre1.patch b/app-emulation/winex-cvs/files/winex-cvs-3.0_pre1.patch new file mode 100644 index 000000000000..1a5170e5159a --- /dev/null +++ b/app-emulation/winex-cvs/files/winex-cvs-3.0_pre1.patch @@ -0,0 +1,15 @@ +--- programs/Makefile.in.orig 2003-03-23 19:41:16.000000000 +0100 ++++ programs/Makefile.in 2003-03-23 19:41:24.000000000 +0100 +@@ -17,12 +17,10 @@ + regtest \ + uninstaller \ + view \ +- wcmd \ + wineconsole \ + winedbg \ + winemine \ + winetest \ +- winhelp \ + winver + + all: $(SUBDIRS) |