repo.or.cz
/
tig.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove the dont_free line struct flag in favor of custom help_done
[tig.git]
/
contrib
/
config.make-Darwin
blob
32a67bcf45d8490e9254005f37791cde75e65065
1
# Example configuration for Darwin / Mac OS X.
2
3
# Work-around for Homebrew-based xmlto.
4
export XML_CATALOG_FILES=/usr/local/etc/xml/catalog
5
6
LDLIBS = -lcurses -liconv
7
CPPFLAGS = -DHAVE_CURSES_H
8
9
# vim: ft=make: