diff options
author | Mike Auty <ikelos@gentoo.org> | 2007-04-28 09:52:29 +0000 |
---|---|---|
committer | Mike Auty <ikelos@gentoo.org> | 2007-04-28 09:52:29 +0000 |
commit | 837388be0fb737fb96147a8695b216c0af00a921 (patch) | |
tree | d8626503dc98c56bef1e7fd6c62ac3bde3b8137b /app-emulation/vmware-modules/files | |
parent | Actually install the libs... (diff) | |
download | gentoo-2-837388be0fb737fb96147a8695b216c0af00a921.tar.gz gentoo-2-837388be0fb737fb96147a8695b216c0af00a921.tar.bz2 gentoo-2-837388be0fb737fb96147a8695b216c0af00a921.zip |
Remove unnecessary patch, that's now part of any-any109.
(Portage version: 2.1.2.5)
Diffstat (limited to 'app-emulation/vmware-modules/files')
-rw-r--r-- | app-emulation/vmware-modules/files/patches/010_all_makefile-vm-build-no-unused-warnings.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/app-emulation/vmware-modules/files/patches/010_all_makefile-vm-build-no-unused-warnings.patch b/app-emulation/vmware-modules/files/patches/010_all_makefile-vm-build-no-unused-warnings.patch deleted file mode 100644 index a0c47d52112d..000000000000 --- a/app-emulation/vmware-modules/files/patches/010_all_makefile-vm-build-no-unused-warnings.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.kernel -+++ Makefile.kernel -@@ -14,7 +14,7 @@ - endif - vm_check_build = $(shell if $(CC) $(CPPFLAGS) $(CFLAGS) $(CFLAGS_KERNEL) \ - $(EXTRA_CFLAGS) -Iinclude2/asm/mach-default -DKBUILD_BASENAME= \ -- -Werror -S -o /dev/null -xc $(1) \ -+ -Werror -Wno-unused -S -o /dev/null -xc $(1) \ - $(VMWARE_DEBUG_REDIRECT); then echo "$(2)"; else echo "$(3)"; fi) - - CC_WARNINGS := -Wall -Wstrict-prototypes |