From 48ca75555522716f0f686dcae3dd6cf3d8ad714d Mon Sep 17 00:00:00 2001 From: davidovski Date: Tue, 31 May 2022 11:05:19 +0100 Subject: removed idea of repos --- .../fix-build-with-no-lynx-installed.patch | 63 ---------------------- 1 file changed, 63 deletions(-) delete mode 100644 repo/media/libcanberra/fix-build-with-no-lynx-installed.patch (limited to 'repo/media/libcanberra/fix-build-with-no-lynx-installed.patch') diff --git a/repo/media/libcanberra/fix-build-with-no-lynx-installed.patch b/repo/media/libcanberra/fix-build-with-no-lynx-installed.patch deleted file mode 100644 index 1d6f46b..0000000 --- a/repo/media/libcanberra/fix-build-with-no-lynx-installed.patch +++ /dev/null @@ -1,63 +0,0 @@ -From 5a71fffd3da981127d0a012dda1a1412acaee7d8 Mon Sep 17 00:00:00 2001 -From: Colin Walters -Date: Sun, 15 Jan 2012 16:35:43 -0500 -Subject: build-sys: Fix build with no lynx installed - ---- - Makefile.am | 8 +++++++- - doc/Makefile.am | 3 ++- - 2 files changed, 9 insertions(+), 2 deletions(-) - -Patch-Source: http://git.0pointer.net/libcanberra.git/commit/?id=5a71fffd3da981127d0a012dda1a1412acaee7d8 - -diff --git a/Makefile.am b/Makefile.am -index af36805..42a56e5 100644 ---- a/Makefile.am -+++ b/Makefile.am -@@ -16,7 +16,11 @@ - # License along with libcanberra. If not, see - # . - --dist_doc_DATA = README -+dist_doc_DATA = -+ -+if USE_LYNX -+dist_doc_DATA += README -+endif - - EXTRA_DIST = \ - autogen.sh \ -@@ -27,7 +31,9 @@ EXTRA_DIST = \ - SUBDIRS = src gtkdoc doc - - MAINTAINERCLEANFILES = README -+if USE_LYNX - noinst_DATA = README -+endif - - pkgconfigdir = $(libdir)/pkgconfig - pkgconfig_DATA = libcanberra.pc -diff --git a/doc/Makefile.am b/doc/Makefile.am -index fae9958..cb27f22 100644 ---- a/doc/Makefile.am -+++ b/doc/Makefile.am -@@ -16,7 +16,7 @@ - # License along with libcanberra. If not, see - # . - --noinst_DATA = README.html README -+noinst_DATA = README.html - EXTRA_DIST = $(noinst_DATA) style.css README.html.in - - MAINTAINERCLEANFILES = README.html -@@ -26,6 +26,7 @@ if USE_LYNX - README: README.html - $(AM_V_GEN)lynx --dump $^ | sed 's,file://localhost/.*/doc/README.html,README,' > $@ - -+noinst_DATA += README - CLEANFILES += README - endif - --- -cgit v1.2.3 - -- cgit v1.2.1