summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 13c5833)
raw | patch | inline | side by side (parent: 13c5833)
author | Tony Kemp <Tony.Kemp@newcastle.edu.au> | |
Thu, 14 May 2009 06:47:41 +0000 (16:47 +1000) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 16 May 2009 17:23:26 +0000 (10:23 -0700) |
Like Darwin, OpenBSD's stat struct uses st_ctimespec and st_mtimestruct
rather than st_ctim and st_mtim.
Signed-off-by: Tony Kemp <tony.kemp@newcastle.edu.au>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
rather than st_ctim and st_mtim.
Signed-off-by: Tony Kemp <tony.kemp@newcastle.edu.au>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile | patch | blob | history |
diff --git a/Makefile b/Makefile
index 6e216436c36f4dcbe1121d02a291e9f568ca6071..26d180cc5422c968f5bde4ae4a300347b3f33e02 100644 (file)
--- a/Makefile
+++ b/Makefile
ifeq ($(uname_S),OpenBSD)
NO_STRCASESTR = YesPlease
NO_MEMMEM = YesPlease
+ USE_ST_TIMESPEC = YesPlease
NEEDS_LIBICONV = YesPlease
BASIC_CFLAGS += -I/usr/local/include
BASIC_LDFLAGS += -L/usr/local/lib