commit:     023c0d68cbc40ee38d313166a89ccff6ad618c57
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 28 17:06:17 2020 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Fri Aug 28 17:06:39 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=023c0d68

app-text/discount: another parallel build fix

Closes: https://bugs.gentoo.org/732010
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>

 app-text/discount/files/gethopt-undefined.patch | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/app-text/discount/files/gethopt-undefined.patch 
b/app-text/discount/files/gethopt-undefined.patch
index 5b081877a7a..b74e2e79bc1 100644
--- a/app-text/discount/files/gethopt-undefined.patch
+++ b/app-text/discount/files/gethopt-undefined.patch
@@ -1,12 +1,11 @@
-diff -aur discount-2.2.6/Makefile.in discount-2.2.6-new/Makefile.in
---- discount-2.2.6/Makefile.in 2019-04-16 03:28:20.000000000 +1200
-+++ discount-2.2.6-new/Makefile.in     2020-06-21 07:39:32.256757588 +1200
+--- a/Makefile.in
++++ b/Makefile.in
 @@ -139,7 +139,7 @@
  
  pandoc_headers.o: tools/pandoc_headers.c config.h
        $(BUILD) -c -o pandoc_headers.o tools/pandoc_headers.c
 -pandoc_headers: pandoc_headers.o
-+pandoc_headers: pandoc_headers.o $(MKDLIB)
++pandoc_headers: pandoc_headers.o $(MKDLIB) $(COMMON)
        $(LINK) -o pandoc_headers pandoc_headers.o $(COMMON) -lmarkdown 
  
  branch.o: tools/branch.c config.h

Reply via email to