diff options
author | 2008-05-19 23:41:14 +0000 | |
---|---|---|
committer | 2008-05-19 23:41:14 +0000 | |
commit | 4d7a6d14cc3595200b02f3d553066a76ff1394c6 (patch) | |
tree | c806ab16a4c2cd2fcd1a14304e9b6585ae77b34b /www-client/dillo/files | |
parent | Stable on amd64 and x86. (diff) | |
download | historical-4d7a6d14cc3595200b02f3d553066a76ff1394c6.tar.gz historical-4d7a6d14cc3595200b02f3d553066a76ff1394c6.tar.bz2 historical-4d7a6d14cc3595200b02f3d553066a76ff1394c6.zip |
Fix error reported by aclocal (#220511)
Package-Manager: portage-2.1.5
Diffstat (limited to 'www-client/dillo/files')
-rw-r--r-- | www-client/dillo/files/dillo-ac_subst.patch | 17 |
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) + |