summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Auty <ikelos@gentoo.org>2007-04-28 09:52:29 +0000
committerMike Auty <ikelos@gentoo.org>2007-04-28 09:52:29 +0000
commit837388be0fb737fb96147a8695b216c0af00a921 (patch)
treed8626503dc98c56bef1e7fd6c62ac3bde3b8137b /app-emulation/vmware-modules
parent Actually install the libs... (diff)
downloadgentoo-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')
-rw-r--r--app-emulation/vmware-modules/ChangeLog6
-rw-r--r--app-emulation/vmware-modules/files/patches/010_all_makefile-vm-build-no-unused-warnings.patch11
2 files changed, 5 insertions, 12 deletions
diff --git a/app-emulation/vmware-modules/ChangeLog b/app-emulation/vmware-modules/ChangeLog
index b99c101bcd4d..042d97f0b5cf 100644
--- a/app-emulation/vmware-modules/ChangeLog
+++ b/app-emulation/vmware-modules/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emulation/vmware-modules
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-modules/ChangeLog,v 1.18 2007/04/28 09:44:49 ikelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-modules/ChangeLog,v 1.19 2007/04/28 09:52:29 ikelos Exp $
+
+ 28 Apr 2007; Mike Auty <ikelos@gentoo.org>
+ -files/patches/010_all_makefile-vm-build-no-unused-warnings.patch:
+ Remove unnecessary patch, that's now part of any-any109.
28 Apr 2007; Mike Auty <ikelos@gentoo.org>
files/digest-vmware-modules-1.0.0.11,
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