diff options
author | Mike Auty <ikelos@gentoo.org> | 2006-09-22 22:36:10 +0000 |
---|---|---|
committer | Mike Auty <ikelos@gentoo.org> | 2006-09-22 22:36:10 +0000 |
commit | ff4d122c8bd93a5ff998875db4c68c1c2e558b4d (patch) | |
tree | 2a3a735b741cdac24796fc9c45115d25756733df /app-emulation/vmware-modules/files | |
parent | Force rebuilding of all autotools instead of just cheating with autoconf #148... (diff) | |
download | gentoo-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/files')
-rw-r--r-- | app-emulation/vmware-modules/files/patches/000_all_makefile-include-directory.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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)/.. |