summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarald van Dijk <truedfx@gentoo.org>2008-05-19 23:41:14 +0000
committerHarald van Dijk <truedfx@gentoo.org>2008-05-19 23:41:14 +0000
commit80ac4b5541ede60c570adcc4c7dc680a9ae104ec (patch)
treee1864c013a4f1ae34dc351e0c536393446cc7229 /www-client/dillo/files
parent Stable on amd64 and x86. (diff)
downloadgentoo-2-80ac4b5541ede60c570adcc4c7dc680a9ae104ec.tar.gz
gentoo-2-80ac4b5541ede60c570adcc4c7dc680a9ae104ec.tar.bz2
gentoo-2-80ac4b5541ede60c570adcc4c7dc680a9ae104ec.zip
Fix error reported by aclocal (#220511)
(Portage version: 2.1.5)
Diffstat (limited to 'www-client/dillo/files')
-rw-r--r--www-client/dillo/files/dillo-ac_subst.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/www-client/dillo/files/dillo-ac_subst.patch b/www-client/dillo/files/dillo-ac_subst.patch
new file mode 100644
index 000000000000..0c5e39dc89ad
--- /dev/null
+++ b/www-client/dillo/files/dillo-ac_subst.patch
@@ -0,0 +1,17 @@
+
+ AC_SUBST only takes a single variable name, so the below line is
+ broken. It is also unnecessary and has already been removed upstream
+ in the dillo2 branch.
+
+ http://bugs.gentoo.org/220511, reported by Christian Lerrahn
+
+--- dillo-0.8.6/configure.in
++++ dillo-0.8.6/configure.in
+@@ -427,7 +427,6 @@
+ AC_SUBST(LIBFLTK_CXXFLAGS)
+ AC_SUBST(LIBFLTK_LIBS)
+ AC_SUBST(datadir)
+-AC_SUBST(src doc bin util lib)
+
+ AC_OUTPUT(Makefile dpip/Makefile dpid/Makefile dpi/Makefile doc/Makefile src/Makefile src/IO/Makefile)
+