summaryrefslogtreecommitdiff
path: root/textproc/liblingoteach/files
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/liblingoteach/files')
-rw-r--r--textproc/liblingoteach/files/patch-doc__Makefile.in22
-rw-r--r--textproc/liblingoteach/files/patch-liblingoteach.pc.in9
2 files changed, 0 insertions, 31 deletions
diff --git a/textproc/liblingoteach/files/patch-doc__Makefile.in b/textproc/liblingoteach/files/patch-doc__Makefile.in
deleted file mode 100644
index 3cce8a3c4b73..000000000000
--- a/textproc/liblingoteach/files/patch-doc__Makefile.in
+++ /dev/null
@@ -1,22 +0,0 @@
---- doc/Makefile.in.orig 2014-06-03 00:20:20.000000000 +0400
-+++ doc/Makefile.in 2014-06-03 04:37:01.000000000 +0400
-@@ -88,7 +88,7 @@
- am__quote = @am__quote@
- install_sh = @install_sh@
-
--DOC_MODULE = liblingoteach-$(VERSION)
-+DOC_MODULE = liblingoteach
- HTML_DIR = $(datadir)/doc
- subdir = doc
- mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
-@@ -215,8 +215,8 @@
-
-
- install: all
-- -mkdir -p $(HTML_DIR)/$(DOC_MODULE)
-- -cp -r html $(HTML_DIR)/$(DOC_MODULE)
-+ -mkdir -p $(DESTDIR)$(HTML_DIR)/$(DOC_MODULE)
-+ -cp -r html $(DESTDIR)$(HTML_DIR)/$(DOC_MODULE)
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
- .NOEXPORT:
diff --git a/textproc/liblingoteach/files/patch-liblingoteach.pc.in b/textproc/liblingoteach/files/patch-liblingoteach.pc.in
deleted file mode 100644
index b09a8e2e8ea3..000000000000
--- a/textproc/liblingoteach/files/patch-liblingoteach.pc.in
+++ /dev/null
@@ -1,9 +0,0 @@
---- liblingoteach.pc.in.orig Fri Jun 3 21:28:42 2005
-+++ liblingoteach.pc.in Fri Jun 3 21:28:56 2005
-@@ -8,5 +8,5 @@
- Version: @VERSION@
- Description: libLingoteach library.
- Requires: libxml-2.0
--Libs: -L${libdir} -llingoteach
-+Libs: -L${libdir} -llingoteach -lxml2
- Cflags: -I${includedir}/lingoteach