summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCiaran McCreesh <ciaranm@gentoo.org>2005-03-06 13:57:51 +0000
committerCiaran McCreesh <ciaranm@gentoo.org>2005-03-06 13:57:51 +0000
commit9c0aa9428eb2cdac912ebe9b6226aa0a201ba538 (patch)
tree81059b1a928b700074ddf33e970818757182f32f /app-misc/detox/files/detox-1.1.0-parallel_build.patch
parentadded log4j to classpath in catalina.sh, fixes #84206. thanks to Santiago Gal... (diff)
downloadgentoo-2-9c0aa9428eb2cdac912ebe9b6226aa0a201ba538.tar.gz
gentoo-2-9c0aa9428eb2cdac912ebe9b6226aa0a201ba538.tar.bz2
gentoo-2-9c0aa9428eb2cdac912ebe9b6226aa0a201ba538.zip
Switch to using patches rather than scary sed voodoo after discussion with upstream.
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-misc/detox/files/detox-1.1.0-parallel_build.patch')
-rw-r--r--app-misc/detox/files/detox-1.1.0-parallel_build.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/app-misc/detox/files/detox-1.1.0-parallel_build.patch b/app-misc/detox/files/detox-1.1.0-parallel_build.patch
new file mode 100644
index 000000000000..743016ff36b4
--- /dev/null
+++ b/app-misc/detox/files/detox-1.1.0-parallel_build.patch
@@ -0,0 +1,18 @@
+--- detox-1.1.0/Makefile.in.orig 5 Mar 2005 05:02:12 -0000 1.24
++++ detox-1.1.0/Makefile.in 6 Mar 2005 05:19:41 -0000
+@@ -72,11 +72,14 @@
+ ${LEX} config_file.l
+ mv lex.yy.c config_file_l.c
+
+-config_file_y.h config_file_y.c: config_file.y
++config_file_y.c: config_file.y
+ ${YACC} -d config_file.y
+ mv y.tab.c config_file_y.c
+ mv y.tab.h config_file_y.h
+
++# In case some future rule depends on config_file_y.h
++config_file_y.h: config_file_y.c
++
+ detox_path.h: config.status
+ > detox_path.h
+ echo "char default_etc_dir[]=\"${sysconfdir}\";" >> detox_path.h