about summary refs log tree commit diff homepage
path: root/explore.html
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-07-24 16:52:55 -0400
committerJune McEnroe <june@causal.agency>2018-07-24 16:52:55 -0400
commit333c1574a2722ef5fca8215bf2db9f1dd6885e18 (patch)
treea9f3a1862a294a4f5cd2a8ae041b9f8418415b9b /explore.html
parentFix NaNs in serverMap (diff)
downloadtorus-333c1574a2722ef5fca8215bf2db9f1dd6885e18.tar.gz
torus-333c1574a2722ef5fca8215bf2db9f1dd6885e18.zip
Link with -lcurses
NetBSD has its own curses implementation and doesn't ship ncurses.
Diffstat (limited to 'explore.html')
0 files changed, 0 insertions, 0 deletions
=1a6feaf5fafdaec4a1adb1c0d54b95106122ede5&follow=1'>ui-patch: use cgit_version not CGIT_VERSIONJohn Keeping We already have a global cgit_version which is set from the #define'd CGIT_VERSION in cgit.c. Change ui-patch.c to use this so that we only need to rebuild cgit.o when the version changes. Signed-off-by: John Keeping <john@keeping.me.uk> 2013-03-20Makefile: re-use Git's Makefile where possibleJohn Keeping