diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-12-08 11:29:01 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-12-25 00:00:10 +0100 |
commit | f2497e6d15337c0288ecb289204cdd557411dbc8 (patch) | |
tree | 3c688408436e4d471b1a9778ffc3714a9ab93ab1 /dev-libs/dmalloc | |
parent | kde-frameworks/kxmlgui: remove unused patch(es) (diff) | |
download | gentoo-f2497e6d15337c0288ecb289204cdd557411dbc8.tar.gz gentoo-f2497e6d15337c0288ecb289204cdd557411dbc8.tar.bz2 gentoo-f2497e6d15337c0288ecb289204cdd557411dbc8.zip |
dev-libs/dmalloc: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/34177
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-libs/dmalloc')
-rw-r--r-- | dev-libs/dmalloc/files/dmalloc-999999-texi2html.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-libs/dmalloc/files/dmalloc-999999-texi2html.patch b/dev-libs/dmalloc/files/dmalloc-999999-texi2html.patch deleted file mode 100644 index 1e7e4ccd1eb1..000000000000 --- a/dev-libs/dmalloc/files/dmalloc-999999-texi2html.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/Makefile.in -+++ b/Makefile.in -@@ -285,7 +285,7 @@ - - dmalloc.html : $(srcdir)/dmalloc.texi - rm -f $@ $@.t -- texi2html --output=$@.t -number -monolithic $(srcdir)/dmalloc.texi -+ texi2html --output=$@.t --number-footnotes --number-sections -monolithic $(srcdir)/dmalloc.texi - mv $@.t $@ - - settings.h : $(srcdir)/settings.dist $(srcdir)/configure |