summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPatrick Welche <prlw1@cam.ac.uk>2009-04-26 13:49:00 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-04-27 16:54:24 (GMT)
commit9a695fbf388263794ccbd16a342f4e2f8c5d400d (patch)
tree56d6245623a59b574d6265e1fe007d7fe23119bd /Makefile
parentfe4a9c36a3905d5aefc9740ba1689d3000c2762e (diff)
downloadgit-9a695fbf388263794ccbd16a342f4e2f8c5d400d.zip
git-9a695fbf388263794ccbd16a342f4e2f8c5d400d.tar.gz
git-9a695fbf388263794ccbd16a342f4e2f8c5d400d.tar.bz2
NetBSD compilation fix
Similar to other BSD variants, it needs USE_ST_TIMESPEC. Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f006d2c..bb15c6b 100644
--- a/Makefile
+++ b/Makefile
@@ -764,6 +764,7 @@ ifeq ($(uname_S),NetBSD)
BASIC_CFLAGS += -I/usr/pkg/include
BASIC_LDFLAGS += -L/usr/pkg/lib $(CC_LD_DYNPATH)/usr/pkg/lib
THREADED_DELTA_SEARCH = YesPlease
+ USE_ST_TIMESPEC = YesPlease
endif
ifeq ($(uname_S),AIX)
NO_STRCASESTR=YesPlease