Jeff King <peff@xxxxxxxx> writes: > Fixes broken compilation on FreeBSD 6.1. > > Signed-off-by: Jeff King <peff@xxxxxxxx> > --- > No idea if older versions support this, or if they just need NO_NSEC > instead. I google'd a litle and found this: http://fuse4bsd.creo.hu/localcgi/man-cgi.cgi?lstat+2 http://www.nabble.com/st_mtimespec-or-st_mtime--td21217981.html So, at least FreeBSD 6.2 also seems to need this. And I suspect that OpenBSD and/or NetBSD maybe need a simmilar patch. Anybody who can test this? -- kjetil > Makefile | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/Makefile b/Makefile > index aae3b09..320c897 100644 > --- a/Makefile > +++ b/Makefile > @@ -713,6 +713,7 @@ ifeq ($(uname_S),FreeBSD) > BASIC_CFLAGS += -I/usr/local/include > BASIC_LDFLAGS += -L/usr/local/lib > DIR_HAS_BSD_GROUP_SEMANTICS = YesPlease > + USE_ST_TIMESPEC = YesPlease > THREADED_DELTA_SEARCH = YesPlease > ifeq ($(shell expr "$(uname_R)" : '4\.'),2) > PTHREAD_LIBS = -pthread -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html