diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2005-10-09 12:29:17 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2005-10-09 12:29:17 +0000 |
commit | 61eb006c4562337e743f6f0c62ada838264c4867 (patch) | |
tree | 296ed759ecd4e69621f231cb449ff221ac8bc9af /media-tv/xawtv/files | |
parent | trim whitespace; fix IUSE (diff) | |
download | gentoo-2-61eb006c4562337e743f6f0c62ada838264c4867.tar.gz gentoo-2-61eb006c4562337e743f6f0c62ada838264c4867.tar.bz2 gentoo-2-61eb006c4562337e743f6f0c62ada838264c4867.zip |
Enable compilation with USE=-X. See Bug #98797.
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'media-tv/xawtv/files')
-rw-r--r-- | media-tv/xawtv/files/xawtv-3.94-no-x11.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/media-tv/xawtv/files/xawtv-3.94-no-x11.patch b/media-tv/xawtv/files/xawtv-3.94-no-x11.patch new file mode 100644 index 000000000000..d91c398e2806 --- /dev/null +++ b/media-tv/xawtv/files/xawtv-3.94-no-x11.patch @@ -0,0 +1,20 @@ +--- xawtv-3.94/common/midictrl.c.orig 2005-07-09 15:58:53.000000000 +0200 ++++ xawtv-3.94/common/midictrl.c 2005-07-09 15:59:02.000000000 +0200 +@@ -6,7 +6,6 @@ + #include <stdlib.h> + #include <unistd.h> + #include <pthread.h> +-#include <X11/Intrinsic.h> + + #include "grab-ng.h" + #include "commands.h" +--- xawtv-3.94/common/vbi-data.c.orig 2005-07-09 15:58:53.000000000 +0200 ++++ xawtv-3.94/common/vbi-data.c 2005-07-09 15:59:02.000000000 +0200 +@@ -6,7 +6,6 @@ + #include <assert.h> + #include <pthread.h> + +-#include <X11/Intrinsic.h> + + #include "vbi-data.h" + #include "vbi-sim.h" |