Make blame_draw check if the filename is NULL instead of empty
[tig.git] / contrib / config.make-Darwin
blob32a67bcf45d8490e9254005f37791cde75e65065
1 # Example configuration for Darwin / Mac OS X.
3 # Work-around for Homebrew-based xmlto.
4 export XML_CATALOG_FILES=/usr/local/etc/xml/catalog
6 LDLIBS = -lcurses -liconv
7 CPPFLAGS = -DHAVE_CURSES_H
9 # vim: ft=make: