]> git.pld-linux.org Git - packages/xorg-driver-video-nvidia.git/blob - X11-driver-nvidia-gcc34.patch
- new build system, xorg dirs.
[packages/xorg-driver-video-nvidia.git] / X11-driver-nvidia-gcc34.patch
1 diff -uNr NVIDIA-Linux-x86-1.0-5336-pkg1/usr/src/nv/nv.c NVIDIA-Linux-x86-1.0-5336-pkg1.fixed/usr/src/nv/nv.c
2 --- NVIDIA-Linux-x86-1.0-5336-pkg1/usr/src/nv/nv.c      2004-01-15 04:29:11.000000000 +0100
3 +++ NVIDIA-Linux-x86-1.0-5336-pkg1.fixed/usr/src/nv/nv.c        2004-02-17 20:53:36.000000000 +0100
4 @@ -1496,6 +1496,7 @@
5      .open   = nv_kern_vma_open,
6      .close  = nv_kern_vma_release,  /* "close" */
7      .nopage = nv_kern_vma_nopage,
8 +    .populate = 0
9  };
10  
11  static nv_file_private_t *
12 --- NVIDIA-Linux-x86_64-1.0-8178-pkg1/usr/src/nv/conftest.sh.orig       2005-12-15 02:34:40.000000000 +0100
13 +++ NVIDIA-Linux-x86_64-1.0-8178-pkg1/usr/src/nv/conftest.sh    2006-01-26 19:21:46.000000000 +0100
14 @@ -23,7 +23,7 @@
15  
16  CFLAGS="-D__KERNEL__ \
17  -nostdinc -isystem $ISYSTEM \
18 --Werror -Wimplicit-function-declaration"
19 +-Werror-implicit-function-declaration"
20  
21  if [ "$OUTPUT" != "$SOURCES" ]; then
22      ARCH=`uname -m | sed -e 's/i.86/i386/'`
This page took 0.032192 seconds and 3 git commands to generate.