diff options
author | 2020-08-28 12:06:17 -0500 | |
---|---|---|
committer | 2020-08-28 12:06:39 -0500 | |
commit | 023c0d68cbc40ee38d313166a89ccff6ad618c57 (patch) | |
tree | c7d7d156da4298cc2b40e6a9ebf0a4fa3ed89d47 /app-text/discount | |
parent | app-cdr/dumpet: respect LDFLAGS (diff) | |
download | gentoo-023c0d68cbc40ee38d313166a89ccff6ad618c57.tar.gz gentoo-023c0d68cbc40ee38d313166a89ccff6ad618c57.tar.bz2 gentoo-023c0d68cbc40ee38d313166a89ccff6ad618c57.zip |
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@gentoo.org>
Diffstat (limited to 'app-text/discount')
-rw-r--r-- | app-text/discount/files/gethopt-undefined.patch | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/app-text/discount/files/gethopt-undefined.patch b/app-text/discount/files/gethopt-undefined.patch index 5b081877a7a2..b74e2e79bc1a 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 |