diff options
Diffstat (limited to 'app-emulation/vmware-modules/files/patches/000_all_makefile-include-directory.patch')
-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)/.. + |