diff options
author | Mike Auty <ikelos@gentoo.org> | 2006-07-31 20:11:56 +0000 |
---|---|---|
committer | Mike Auty <ikelos@gentoo.org> | 2006-07-31 20:11:56 +0000 |
commit | 6c6068289198ffb58e0a4d17f1b38cf91db01b75 (patch) | |
tree | 2d874455231e60093cdf589be7372c39ff0d4b36 /app-emulation/vmware-modules/files/patches | |
parent | Adding vmware and vmware-mod eclasses. (diff) | |
download | gentoo-2-6c6068289198ffb58e0a4d17f1b38cf91db01b75.tar.gz gentoo-2-6c6068289198ffb58e0a4d17f1b38cf91db01b75.tar.bz2 gentoo-2-6c6068289198ffb58e0a4d17f1b38cf91db01b75.zip |
Initial commit of vmware-modules, as used by several vmware products.
(Portage version: 2.1.1_pre4)
Diffstat (limited to 'app-emulation/vmware-modules/files/patches')
-rw-r--r-- | app-emulation/vmware-modules/files/patches/000_all_makefile-include-directory.patch | 12 |
1 files changed, 12 insertions, 0 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 new file mode 100644 index 000000000000..a2a981d67d1d --- /dev/null +++ b/app-emulation/vmware-modules/files/patches/000_all_makefile-include-directory.patch @@ -0,0 +1,12 @@ +diff -uNr Makefile Makefile +--- Makefile 2006-02-05 00:20:08.000000000 +0000 ++++ Makefile 2006-02-19 16:49:34.000000000 +0000 +@@ -14,7 +14,7 @@ + VM_UNAME = $(shell uname -r) + + # Header directory for the running kernel +-HEADER_DIR = /lib/modules/$(VM_UNAME)/build/include ++HEADER_DIR = /usr/src/linux/include + + BUILD_DIR = $(HEADER_DIR)/.. + |