diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-03-24 21:42:53 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-03-24 21:42:53 +0000 |
commit | d33d7ba3fc012ed10f2616bd294ce0016e7106b5 (patch) | |
tree | f24551701cbf90caa4f609eb0074adacb97b0a85 /net-libs/libwww/files | |
parent | Marking 0.8 testing on Alpha. (Manifest recommit) (diff) | |
download | gentoo-2-d33d7ba3fc012ed10f2616bd294ce0016e7106b5.tar.gz gentoo-2-d33d7ba3fc012ed10f2616bd294ce0016e7106b5.tar.bz2 gentoo-2-d33d7ba3fc012ed10f2616bd294ce0016e7106b5.zip |
Added a patch to fix Makefile.am. See bug #41959
Diffstat (limited to 'net-libs/libwww/files')
-rw-r--r-- | net-libs/libwww/files/libwww-5.4.0-automake-gentoo.diff | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-libs/libwww/files/libwww-5.4.0-automake-gentoo.diff b/net-libs/libwww/files/libwww-5.4.0-automake-gentoo.diff new file mode 100644 index 000000000000..23fd218cea61 --- /dev/null +++ b/net-libs/libwww/files/libwww-5.4.0-automake-gentoo.diff @@ -0,0 +1,10 @@ +--- Makefile.am.orig 2004-03-25 06:04:30.714634312 +0900 ++++ Makefile.am 2004-03-25 06:04:30.715634160 +0900 +@@ -42,7 +42,6 @@ + chmod -R a+r $(distdir) + zip -rq $(distdir).zip $(distdir) + $(TAR) chofz $(distdir).tgz $(distdir) +- # gzip -f $(distdir).tar + + # Tag before making distribution. Also, don't make a distribution if + # checks fail. |