summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNHOrus <jy6x2b32pie9@yahoo.com>2025-02-12 16:45:39 +0400
committerSam James <sam@gentoo.org>2025-02-13 12:05:39 +0000
commit0a4a68bf25fa4ce1fee975d437b59a7affe71794 (patch)
tree8b884fd41032a04acc11aba4d450be60f9297382 /net-print/libinklevel/files
parentnet-print/libinklevel: update HOMEPAGE (diff)
downloadgentoo-0a4a68bf25fa4ce1fee975d437b59a7affe71794.tar.gz
gentoo-0a4a68bf25fa4ce1fee975d437b59a7affe71794.tar.bz2
gentoo-0a4a68bf25fa4ce1fee975d437b59a7affe71794.zip
net-print/libinklevel: add 0.9.7
Closes Musl build bug, also fixes autotools bug for which we have a patch. Changed dependencies according to configure.ac sed in src_prepare is transformed into a patch Closes: https://bugs.gentoo.org/934208 Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com> Closes: https://github.com/gentoo/gentoo/pull/40488 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-print/libinklevel/files')
-rw-r--r--net-print/libinklevel/files/libinklevel-0.9.7-disable-docs.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/net-print/libinklevel/files/libinklevel-0.9.7-disable-docs.patch b/net-print/libinklevel/files/libinklevel-0.9.7-disable-docs.patch
new file mode 100644
index 000000000000..09314bda3aa9
--- /dev/null
+++ b/net-print/libinklevel/files/libinklevel-0.9.7-disable-docs.patch
@@ -0,0 +1,16 @@
+was sed in 0.9.3
+Disables manual installation of docs that conflicts with ebuild
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -2,11 +2,10 @@
+
+ AM_CFLAGS = -Wall $(LIBUSB1_CFLAGS) $(LIBXML2_CFLAGS)
+ ACLOCAL_AMFLAGS = -I m4
+
+ lib_LTLIBRARIES = libinklevel.la
+-dist_doc_DATA = NEWS README AUTHORS COPYING ChangeLog
+ LIBTOOL_DEPS = @LIBTOOL_DEPS@
+
+ libtool: $(LIBTOOL_DEPS)
+ $(SHELL) ./config.status --recheck
+