summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-01-07 06:51:08 +0000
committerMike Frysinger <vapier@gentoo.org>2006-01-07 06:51:08 +0000
commit6e316caa0141c4a838503235fd8aa360ab1a427b (patch)
tree0924936ebdf4bff157ca65207dee929ce50e7454 /x11-misc/sisctrl/files
parentonly spit out cvs info when emerging a cvs version (diff)
downloadgentoo-2-6e316caa0141c4a838503235fd8aa360ab1a427b.tar.gz
gentoo-2-6e316caa0141c4a838503235fd8aa360ab1a427b.tar.bz2
gentoo-2-6e316caa0141c4a838503235fd8aa360ab1a427b.zip
Cleanup ebuild and fix building when xv is disabled.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-misc/sisctrl/files')
-rw-r--r--x11-misc/sisctrl/files/sisctrl-0.0.20050618-no-xv.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-misc/sisctrl/files/sisctrl-0.0.20050618-no-xv.patch b/x11-misc/sisctrl/files/sisctrl-0.0.20050618-no-xv.patch
new file mode 100644
index 000000000000..4511225600f0
--- /dev/null
+++ b/x11-misc/sisctrl/files/sisctrl-0.0.20050618-no-xv.patch
@@ -0,0 +1,12 @@
+--- src/sisctrl.c.orig 2006-01-07 01:44:13.000000000 -0500
++++ src/sisctrl.c 2006-01-07 01:44:29.000000000 -0500
+@@ -4067,7 +4067,9 @@
+ ( (!(sc.sdflags & SiS_SD_SUPPORT2OVL)) || (sc.sd2flags & SiS_SD2_SUPPORT760OO) ) ) ?
+ 1 : 0;
+
++#ifdef USEXV
+ gl.noxvdemo = (sc.noxvdemo) ? 1 : 0;
++#endif
+
+ #ifdef USE_STRAY
+ gl.dontusesystemtray = sc.dontusesystemtray;