artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58c34b6
)
LDFLAGS -> LDADD, fixes build on static arches.
author
miod
<miod@openbsd.org>
Thu, 2 Jan 2014 17:05:02 +0000
(17:05 +0000)
committer
miod
<miod@openbsd.org>
Thu, 2 Jan 2014 17:05:02 +0000
(17:05 +0000)
usr.bin/mandoc/Makefile
patch
|
blob
|
history
diff --git
a/usr.bin/mandoc/Makefile
b/usr.bin/mandoc/Makefile
index
6f54636
..
2e2c62e
100644
(file)
--- a/
usr.bin/mandoc/Makefile
+++ b/
usr.bin/mandoc/Makefile
@@
-1,10
+1,10
@@
-# $OpenBSD: Makefile,v 1.7
2 2013/12/31 00:40:19 schwarze
Exp $
+# $OpenBSD: Makefile,v 1.7
3 2014/01/02 17:05:02 miod
Exp $
.include <bsd.own.mk>
CFLAGS += -DVERSION=\"1.13.0\"
CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter
-LD
FLAGS
+= -lsqlite3
+LD
ADD
+= -lsqlite3
SRCS= roff.c tbl.c tbl_opts.c tbl_layout.c tbl_data.c eqn.c mandoc.c read.c
SRCS+= mdoc_macro.c mdoc.c mdoc_hash.c \