diff options
Diffstat (limited to 'dev-libs/uriparser/files/uriparser-0.7.5-no-gifs.patch')
-rw-r--r-- | dev-libs/uriparser/files/uriparser-0.7.5-no-gifs.patch | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/dev-libs/uriparser/files/uriparser-0.7.5-no-gifs.patch b/dev-libs/uriparser/files/uriparser-0.7.5-no-gifs.patch deleted file mode 100644 index 931559c3a155..000000000000 --- a/dev-libs/uriparser/files/uriparser-0.7.5-no-gifs.patch +++ /dev/null @@ -1,38 +0,0 @@ -From 98272c1fc5c8451dcc43be70cdfb1070e3d72f3a Mon Sep 17 00:00:00 2001 -From: Sebastian Pipping <sebastian@pipping.org> -Date: Tue, 14 Jun 2011 20:28:43 +0200 -Subject: [PATCH] No longer copy Doxygen .gif files - ---- - doc/Makefile.am | 2 +- - doc/release.sh.in | 1 - - 2 files changed, 1 insertions(+), 2 deletions(-) - -diff --git a/doc/Makefile.am b/doc/Makefile.am -index 4e63062..d29b77c 100644 ---- a/doc/Makefile.am -+++ b/doc/Makefile.am -@@ -27,7 +27,7 @@ distclean-local: - ## Install doc files - install-data-local: - $(MKDIR_P) "$(DESTDIR)$(docdir)/html" ## Didn't work with installdirs-local -- $(INSTALL_DATA) html/*.{css,gif,html,png} "$(DESTDIR)$(docdir)/html/" -+ $(INSTALL_DATA) html/*.{css,html,png} "$(DESTDIR)$(docdir)/html/" - - - ## Uninstall doc files -diff --git a/doc/release.sh.in b/doc/release.sh.in -index 59afb70..a930e64 100755 ---- a/doc/release.sh.in -+++ b/doc/release.sh.in -@@ -15,7 +15,6 @@ rm -Rf "${distdir}" "${distdir}.zip" - mkdir -p "${distdir}/html" - cp \ - html/*.css \ -- html/*.gif \ - html/*.html \ - html/*.png \ - \ --- -1.7.5.3 - |