xf86-video-nvidia:

- update to NVIDIA-Linux-195.30
This commit is contained in:
Stephan Raue 2010-01-21 14:50:37 +01:00
parent 5d42263be0
commit 9d1d0bd6d0
2 changed files with 11 additions and 11 deletions

View File

@ -1,7 +1,7 @@
diff -urN NVIDIA-Linux-x86_64-190.53-pkg2/usr/src/nv/conftest.sh NVIDIA-Linux-x86_64-190.53-pkg2.new/usr/src/nv/conftest.sh diff -Naur xf86-video-nvidia/usr/src/nv/conftest.sh xf86-video-nvidia.patch/usr/src/nv/conftest.sh
--- NVIDIA-Linux-x86_64-190.53-pkg2/usr/src/nv/conftest.sh 2009-12-09 18:41:17.000000000 -0600 --- xf86-video-nvidia/usr/src/nv/conftest.sh 2009-12-19 00:10:53.000000000 +0100
+++ NVIDIA-Linux-x86_64-190.53-pkg2.new/usr/src/nv/conftest.sh 2009-12-22 04:37:34.000000000 -0600 +++ xf86-video-nvidia.patch/usr/src/nv/conftest.sh 2010-01-21 14:20:31.000000000 +0100
@@ -32,14 +32,14 @@ @@ -33,14 +33,14 @@
# CONFIG_XEN and CONFIG_PARAVIRT are present, text_xen() treats # CONFIG_XEN and CONFIG_PARAVIRT are present, text_xen() treats
# the kernel as a stand-alone kernel. # the kernel as a stand-alone kernel.
# #
@ -18,7 +18,7 @@ diff -urN NVIDIA-Linux-x86_64-190.53-pkg2/usr/src/nv/conftest.sh NVIDIA-Linux-x8
#if defined(CONFIG_XEN) && !defined(CONFIG_PARAVIRT) #if defined(CONFIG_XEN) && !defined(CONFIG_PARAVIRT)
#error CONFIG_XEN defined! #error CONFIG_XEN defined!
#endif #endif
@@ -111,7 +111,7 @@ @@ -110,7 +110,7 @@
fi fi
} }
@ -27,19 +27,19 @@ diff -urN NVIDIA-Linux-x86_64-190.53-pkg2/usr/src/nv/conftest.sh NVIDIA-Linux-x8
#if defined(CONFIG_XEN) && \ #if defined(CONFIG_XEN) && \
defined(CONFIG_XEN_INTERFACE_VERSION) && !defined(__XEN_INTERFACE_VERSION__) defined(CONFIG_XEN_INTERFACE_VERSION) && !defined(__XEN_INTERFACE_VERSION__)
#define __XEN_INTERFACE_VERSION__ CONFIG_XEN_INTERFACE_VERSION #define __XEN_INTERFACE_VERSION__ CONFIG_XEN_INTERFACE_VERSION
@@ -1375,7 +1375,7 @@ @@ -1365,7 +1365,7 @@
# #
RET=1 RET=1
VERBOSE=$6 VERBOSE=$7
- FILE="linux/autoconf.h" - FILE="linux/autoconf.h"
+ FILE="generated/autoconf.h" + FILE="generated/autoconf.h"
if [ -f $HEADERS/$FILE -o -f $OUTPUT/include/$FILE ]; then if [ -f $HEADERS/$FILE -o -f $OUTPUT/include/$FILE ]; then
# #
@@ -1429,7 +1429,7 @@ @@ -1419,7 +1419,7 @@
# #
RET=1 RET=1
VERBOSE=$6 VERBOSE=$7
- FILE="linux/autoconf.h" - FILE="linux/autoconf.h"
+ FILE="generated/autoconf.h" + FILE="generated/autoconf.h"

View File

@ -1,2 +1,2 @@
ftp://download.nvidia.com/XFree86/Linux-x86/190.53/NVIDIA-Linux-x86-190.53-pkg0.run ftp://download.nvidia.com/XFree86/Linux-x86/195.30/NVIDIA-Linux-x86-195.30-pkg0.run
ftp://download.nvidia.com/XFree86/Linux-x86_64/190.53/NVIDIA-Linux-x86_64-190.53-pkg0.run ftp://download.nvidia.com/XFree86/Linux-x86_64/195.30/NVIDIA-Linux-x86_64-195.30-pkg0.run