summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-11-14 09:15:30 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-11-14 09:15:30 +0000
commit6d39b1ea1d90f6306a14d1823eac97e968c0c9e0 (patch)
tree62e01a7f4108f0b10dc7cc2999d983b739703b92 /media-gfx/sam2p/files
parentRequire libX11 built with USE=-xcb. (diff)
downloadgentoo-2-6d39b1ea1d90f6306a14d1823eac97e968c0c9e0.tar.gz
gentoo-2-6d39b1ea1d90f6306a14d1823eac97e968c0c9e0.tar.bz2
gentoo-2-6d39b1ea1d90f6306a14d1823eac97e968c0c9e0.zip
fix build with distcc instead of disabling it, by David Leverton <levertond@googlemail.com>, bug #245333
(Portage version: 2.2_rc14/cvs/Linux 2.6.27.5 x86_64)
Diffstat (limited to 'media-gfx/sam2p/files')
-rw-r--r--media-gfx/sam2p/files/sam2p-0.45-distcc.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/media-gfx/sam2p/files/sam2p-0.45-distcc.patch b/media-gfx/sam2p/files/sam2p-0.45-distcc.patch
new file mode 100644
index 000000000000..b99fb95ed292
--- /dev/null
+++ b/media-gfx/sam2p/files/sam2p-0.45-distcc.patch
@@ -0,0 +1,10 @@
+--- sam2p-0.45/ccdep.pl~ 2005-01-06 09:59:39.000000000 +0000
++++ sam2p-0.45/ccdep.pl 2008-11-02 22:16:57.000000000 +0000
+@@ -224,6 +224,7 @@
+ } elsif ($S=~/: No such file or directory$/) {
+ # ^^^ gcc-3.3
+ undef $included_from;
++ } elsif ($S=~/^distcc\[/) {
+ } else {
+ die "$0: invalid depret: [$S]\n";
+ }