summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Auty <ikelos@gentoo.org>2006-09-22 22:36:10 +0000
committerMike Auty <ikelos@gentoo.org>2006-09-22 22:36:10 +0000
commitff4d122c8bd93a5ff998875db4c68c1c2e558b4d (patch)
tree2a3a735b741cdac24796fc9c45115d25756733df /app-emulation/vmware-modules
parentForce rebuilding of all autotools instead of just cheating with autoconf #148... (diff)
downloadgentoo-2-ff4d122c8bd93a5ff998875db4c68c1c2e558b4d.tar.gz
gentoo-2-ff4d122c8bd93a5ff998875db4c68c1c2e558b4d.tar.bz2
gentoo-2-ff4d122c8bd93a5ff998875db4c68c1c2e558b4d.zip
Updated patch fixing bug #148613, thanks to Alon Bar-Lev.
(Portage version: 2.1.2_pre1)
Diffstat (limited to 'app-emulation/vmware-modules')
-rw-r--r--app-emulation/vmware-modules/ChangeLog6
-rw-r--r--app-emulation/vmware-modules/files/patches/000_all_makefile-include-directory.patch2
2 files changed, 6 insertions, 2 deletions
diff --git a/app-emulation/vmware-modules/ChangeLog b/app-emulation/vmware-modules/ChangeLog
index 893d26dc845d..61cb212cb114 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-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-modules/ChangeLog,v 1.9 2006/09/13 21:48:38 ikelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-modules/ChangeLog,v 1.10 2006/09/22 22:36:10 ikelos Exp $
+
+ 22 Sep 2006; Mike Auty <ikelos@gentoo.org>
+ files/patches/000_all_makefile-include-directory.patch:
+ Updated patch fixing bug #148613, thanks to Alon Bar-Lev.
13 Sep 2006; Mike Auty <ikelos@gentoo.org>
+files/1.0.0.15-gcc4-ignore-pedantic-errors.patch,
diff --git a/app-emulation/vmware-modules/files/patches/000_all_makefile-include-directory.patch b/app-emulation/vmware-modules/files/patches/000_all_makefile-include-directory.patch
index a2a981d67d1d..42ad13cdf2ac 100644
--- a/app-emulation/vmware-modules/files/patches/000_all_makefile-include-directory.patch
+++ b/app-emulation/vmware-modules/files/patches/000_all_makefile-include-directory.patch
@@ -6,7 +6,7 @@ diff -uNr Makefile Makefile
# Header directory for the running kernel
-HEADER_DIR = /lib/modules/$(VM_UNAME)/build/include
-+HEADER_DIR = /usr/src/linux/include
++HEADER_DIR = ${KERNEL_DIR}/include
BUILD_DIR = $(HEADER_DIR)/..