File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- $NetBSD: distinfo,v 1.2 2015/11/04 02:00:13 agc Exp $
1+ $NetBSD: distinfo,v 1.3 2017/07/07 11:30:45 wiz Exp $
22
33SHA1 (texi2mdoc-0.1.2.tgz) = 6c2ffd1510f08aaf1128848c1e6acb102ad03d4c
44RMD160 (texi2mdoc-0.1.2.tgz) = 2f641e06996f0e0be13a58525a643495258a1e85
55SHA512 (texi2mdoc-0.1.2.tgz) = 362110ea6a0a530f87454e47340189d12b71dcccae4cccae35f29b9043f728773e43b5ce5d5c8dcfa86f82a659980b462dd579a1e2b5ec56b67a534066a611af
66Size (texi2mdoc-0.1.2.tgz) = 23101 bytes
7+ SHA1 (patch-Makefile) = ca470c8731c8cc8d84026925961d8560b89000e4
Original file line number Diff line number Diff line change 1+ $NetBSD: patch-Makefile,v 1.1 2017/07/07 11:30:45 wiz Exp $
2+
3+ Honor LDFLAGS.
4+
5+ --- Makefile.orig 2015-02-25 15:16:14.000000000 +0000
6+ +++ Makefile 2017-07-07 11:29:39.858873095 +0000
7+ @@ -13,7 +13,7 @@
8+ afl: afl/texi2mdoc
9+
10+ texi2mdoc: $(OBJS)
11+ - $(CC) -o $@ $(OBJS)
12+ + $(CC) $(LDFLAGS) -o $@ $(OBJS)
13+
14+ install: all
15+ mkdir -p $(DESTDIR)$(PREFIX)/bin
You can’t perform that action at this time.
0 commit comments