diff options
Diffstat (limited to 'media-video/nvidia-kernel/files/1.0.6629/conftest_koutput_includes.patch')
-rw-r--r-- | media-video/nvidia-kernel/files/1.0.6629/conftest_koutput_includes.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/media-video/nvidia-kernel/files/1.0.6629/conftest_koutput_includes.patch b/media-video/nvidia-kernel/files/1.0.6629/conftest_koutput_includes.patch new file mode 100644 index 000000000000..193485bcf497 --- /dev/null +++ b/media-video/nvidia-kernel/files/1.0.6629/conftest_koutput_includes.patch @@ -0,0 +1,22 @@ +--- conftest.sh.old 2004-11-07 12:20:02.776660256 +1100 ++++ conftest.sh 2004-11-07 12:23:32.432787680 +1100 +@@ -17,7 +17,7 @@ + + if [ "$OUTPUT" != "$SOURCES" ]; then + CFLAGS="$CFLAGS -I$OUTPUT/include2 -I$OUTPUT/include \ +--I$HEADERS -I$HEADERS/asm/mach-default" ++-I$HEADERS -I$OUTPUT/include2/asm/mach-default" + else + CFLAGS="$CFLAGS -I$HEADERS -I$HEADERS/asm/mach-default" + fi +@@ -260,8 +260,8 @@ + echo "installed on your system. If you specified a separate"; + echo "output directory using either the \"KBUILD_OUTPUT\" or"; + echo "the \"O\" KBUILD parameter, make sure to specify this"; +- echo "directory with the SYSOUT environment variable or with"; +- echo "the appropriate nvidia-installer command line option."; ++ echo "directorys _PARENT_ with the KBUILD_OUTPUT_PREFIX"; ++ echo "environment variable, (or see /etc/env.d/05kernel)"; + echo ""; + if [ "$VERBOSE" = "full_output" ]; then + echo "*** Unable to determine the target kernel version. ***"; |