Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
NetBSD compilation fix
[gitweb.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index f006d2ccadbe282805f134f4eb1711e218592aa7..bb15c6b929caf2f03b7a76a17c63ccf28c6d908e 100644
(file)
--- 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