Skip to content

Commit

Permalink
app-text/discount: another parallel build fix
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/732010
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Ben Kohler <[email protected]>
  • Loading branch information
benkohler committed Aug 28, 2020
1 parent e0d5beb commit 023c0d6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions app-text/discount/files/gethopt-undefined.patch
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 023c0d6

Please sign in to comment.