Gentoo Archives: gentoo-commits

From: Ben Kohler <bkohler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/discount/files/
Date: Fri, 28 Aug 2020 17:06:55
Message-Id: 1598634399.023c0d68cbc40ee38d313166a89ccff6ad618c57.bkohler@gentoo
1 commit: 023c0d68cbc40ee38d313166a89ccff6ad618c57
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 28 17:06:17 2020 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 28 17:06:39 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=023c0d68
7
8 app-text/discount: another parallel build fix
9
10 Closes: https://bugs.gentoo.org/732010
11 Package-Manager: Portage-3.0.4, Repoman-3.0.1
12 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
13
14 app-text/discount/files/gethopt-undefined.patch | 7 +++----
15 1 file changed, 3 insertions(+), 4 deletions(-)
16
17 diff --git a/app-text/discount/files/gethopt-undefined.patch b/app-text/discount/files/gethopt-undefined.patch
18 index 5b081877a7a..b74e2e79bc1 100644
19 --- a/app-text/discount/files/gethopt-undefined.patch
20 +++ b/app-text/discount/files/gethopt-undefined.patch
21 @@ -1,12 +1,11 @@
22 -diff -aur discount-2.2.6/Makefile.in discount-2.2.6-new/Makefile.in
23 ---- discount-2.2.6/Makefile.in 2019-04-16 03:28:20.000000000 +1200
24 -+++ discount-2.2.6-new/Makefile.in 2020-06-21 07:39:32.256757588 +1200
25 +--- a/Makefile.in
26 ++++ b/Makefile.in
27 @@ -139,7 +139,7 @@
28
29 pandoc_headers.o: tools/pandoc_headers.c config.h
30 $(BUILD) -c -o pandoc_headers.o tools/pandoc_headers.c
31 -pandoc_headers: pandoc_headers.o
32 -+pandoc_headers: pandoc_headers.o $(MKDLIB)
33 ++pandoc_headers: pandoc_headers.o $(MKDLIB) $(COMMON)
34 $(LINK) -o pandoc_headers pandoc_headers.o $(COMMON) -lmarkdown
35
36 branch.o: tools/branch.c config.h