]> git.pld-linux.org Git - packages/X11-driver-nvidia-legacy.git/commitdiff
- add very verbose patch
authorMichał 'Wolvverine' Panasiewicz <wolvverine@pld-linux.org>
Sun, 26 Feb 2006 16:32:36 +0000 (16:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    X11-driver-nvidia-legacy.spec -> 1.15

X11-driver-nvidia-legacy.spec

index 6cc79d8abf0df7c8b525db0962c8856728f5045a..90ccceca75fa81f8c8396d47340b3993b92609d0 100644 (file)
@@ -30,6 +30,7 @@ Source1:      http://download.nvidia.com/XFree86/Linux-x86_64/%{_nv_ver}-%{_nv_rel}/N
 Patch0:                %{name}-gcc34.patch
 Patch1:                %{name}-GL.patch
 Patch2:                %{name}-conftest.patch
+%{?with_verbose:Patch3:                %{name}-verbose.patch}
 # http://www.minion.de/files/1.0-6629/
 URL:           http://www.nvidia.com/object/linux.html
 BuildRequires: grep
@@ -183,6 +184,9 @@ rm -rf NVIDIA-Linux-x86*-%{_nv_ver}-%{_nv_rel}-pkg*
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%if %{with verbose}
+%patch3 -p1
+%endif
 sed -i 's:-Wpointer-arith::' usr/src/nv/Makefile.kbuild
 
 %build
This page took 0.02736 seconds and 4 git commands to generate.