summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e6a4e58)
raw | patch | inline | side by side (parent: e6a4e58)
author | Gerrit Pape <pape@smarden.org> | |
Sat, 29 Jul 2006 16:26:18 +0000 (16:26 +0000) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sun, 30 Jul 2006 20:36:12 +0000 (13:36 -0700) |
Patch from Petr Salinger to make the build process detect and support the
Debian GNU/kFreeBSD architecture, see
http://bugs.debian.org/380209
Signed-off-by: Gerrit Pape <pape@smarden.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Debian GNU/kFreeBSD architecture, see
http://bugs.debian.org/380209
Signed-off-by: Gerrit Pape <pape@smarden.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile | patch | blob | history |
diff --git a/Makefile b/Makefile
index e9dce268f86cab1bbfe987acb041c3c05fcc72ea..15864e23bd18d1068cef6fb87dc47ba628840df7 100644 (file)
--- a/Makefile
+++ b/Makefile
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