From: Tony Kemp Date: Thu, 14 May 2009 06:47:41 +0000 (+1000) Subject: Turn on USE_ST_TIMESPEC for OpenBSD X-Git-Tag: v1.6.3.2~42 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=90f2e6526b3b800af4d10b900167a508b3774b98;p=git.git Turn on USE_ST_TIMESPEC for OpenBSD Like Darwin, OpenBSD's stat struct uses st_ctimespec and st_mtimestruct rather than st_ctim and st_mtim. Signed-off-by: Tony Kemp Signed-off-by: Junio C Hamano --- diff --git a/Makefile b/Makefile index 6e216436c..26d180cc5 100644 --- a/Makefile +++ b/Makefile @@ -749,6 +749,7 @@ endif 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