diff options
author | Eric Andersen <andersen@codepoet.org> | 2007-01-11 08:42:34 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2007-01-11 08:42:34 +0000 |
commit | 8b9d738e496c07704e7f4f2078cce5e777b62aec (patch) | |
tree | 05d943daa7ef1f13f2673f579cdef8ce8fd83485 /package/libgtk2/automake-lossage.patch | |
parent | 810184bb0dd445c160ab6d94338ad2165e2d529a (diff) | |
download | buildroot-novena-8b9d738e496c07704e7f4f2078cce5e777b62aec.tar.gz buildroot-novena-8b9d738e496c07704e7f4f2078cce5e777b62aec.zip |
add Gtk+ version 2
Diffstat (limited to 'package/libgtk2/automake-lossage.patch')
-rw-r--r-- | package/libgtk2/automake-lossage.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/package/libgtk2/automake-lossage.patch b/package/libgtk2/automake-lossage.patch new file mode 100644 index 000000000..0d423ddbb --- /dev/null +++ b/package/libgtk2/automake-lossage.patch @@ -0,0 +1,24 @@ +--- gtk+-2.4.1/docs/tutorial/Makefile.am~ 2003-05-06 22:54:20.000000000 +0100 ++++ gtk+-2.4.1/docs/tutorial/Makefile.am 2004-05-08 12:31:41.000000000 +0100 +@@ -52,21 +52,5 @@ + + dist-hook: html + cp -Rp $(srcdir)/html $(distdir) +-else +-html: +- echo "***" +- echo "*** Warning: Tutorial not built" +- echo "***" +- +-pdf: +- echo "***" +- echo "*** Warning: Tutorial not built" +- echo "***" +- +-dist-hook: +- echo "***" +- echo "*** Warning: Tutorial not built" +- echo "*** DISTRIBUTION IS INCOMPLETE" +- echo "***" + endif + |