summaryrefslogtreecommitdiff
path: root/repo/media/libcanberra/fix-build-with-no-lynx-installed.patch
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-05-31 11:05:19 +0100
committerdavidovski <david@davidovski.xyz>2022-05-31 11:05:19 +0100
commit48ca75555522716f0f686dcae3dd6cf3d8ad714d (patch)
tree00c0f58550ba4661e87376f2f02c8001c69bae44 /repo/media/libcanberra/fix-build-with-no-lynx-installed.patch
parent871b2b573f01c1b3176a0f65458b3d281b41c437 (diff)
removed idea of repos
Diffstat (limited to 'repo/media/libcanberra/fix-build-with-no-lynx-installed.patch')
-rw-r--r--repo/media/libcanberra/fix-build-with-no-lynx-installed.patch63
1 files changed, 0 insertions, 63 deletions
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 <walters@verbum.org>
-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
- # <http://www.gnu.org/licenses/>.
-
--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
- # <http://www.gnu.org/licenses/>.
-
--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
-