Package: git-core Severity: important Version: 1.4.1-1 Tags: patch
Hi, the current version fails to build on GNU/kFreeBSD. It needs small tweak to Makefile, see bellow. It would also be nice if you can ask upstream to include this change. Thanks in advance Petr --- Makefile~ 2006-07-28 15:11:05.000000000 +0200 +++ Makefile 2006-07-28 15:11:05.000000000 +0200 @@ -245,6 +245,9 @@ 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 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]