Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
pager: environment variable GIT_PAGER to override PAGER
[gitweb.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index e9dce268f86cab1bbfe987acb041c3c05fcc72ea..15864e23bd18d1068cef6fb87dc47ba628840df7 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-265,6
+265,9
@@
LIBS = $(GITLIBS) -lz
ifeq ($(uname_S),Linux)
NO_STRLCPY = YesPlease
endif
+ifeq ($(uname_S),GNU/kFreeBSD)
+ NO_STRLCPY = YesPlease
+endif
ifeq ($(uname_S),Darwin)
NEEDS_SSL_WITH_CRYPTO = YesPlease
NEEDS_LIBICONV = YesPlease