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 | da9472b2c03080d27823314b77559074b79c7124 (patch) | |
tree | 318e17fa97f53d8f1fb86d8b296356c8cb780218 /app-emulation/vmware-modules/files | |
parent | Force rebuilding of all autotools instead of just cheating with autoconf #148... (diff) | |
download | historical-da9472b2c03080d27823314b77559074b79c7124.tar.gz historical-da9472b2c03080d27823314b77559074b79c7124.tar.bz2 historical-da9472b2c03080d27823314b77559074b79c7124.zip |
Updated patch fixing bug #148613, thanks to Alon Bar-Lev.
Package-Manager: portage-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)/.. |