]> git.pld-linux.org Git - packages/SDL.git/commitdiff
- added bcond for SDL-new_gamma_ramp_support.patch, which causes crashes
authorw.kier <w.kier@pld-linux.org>
Thu, 30 Dec 2010 20:17:13 +0000 (20:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
   with xorg-driver-video-nvidia

Changed files:
    SDL.spec -> 1.180

SDL.spec

index 91a52c93afee6b9f584dd2d8f04d2fd7292b9530..e2bb58949a4a70e933306d71fdceab5ee5ed64fd 100644 (file)
--- a/SDL.spec
+++ b/SDL.spec
@@ -9,6 +9,7 @@
 %bcond_without alsa            # ALSA audio support
 %bcond_with    arts            # aRts audio support
 %bcond_with    esd             # EsounD audio support
+%bcond_without  new_gamma_ramp  # causes crashes on nvidia drivers
 %bcond_without static_libs     # don't build static libraries
 #
 # NOTE: the following libraries are dlopened by soname detected at build time:
@@ -170,7 +171,7 @@ SDL - przykładowe programy.
 %setup -q
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
+%{?with_new_gamma_ramp:%patch2 -p1}
 %patch3 -p1
 
 : > acinclude.m4
This page took 0.067206 seconds and 4 git commands to generate.