From: Han Boetes Date: Sat, 1 Oct 2005 06:23:26 +0000 (+0200) Subject: [PATCH] git on OpenBSD X-Git-Tag: v0.99.8~8 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=18c5a52537173b12bd78ce25c6dd524d147e87a7;p=git.git [PATCH] git on OpenBSD iconv is installed in /usr/local. Signed-off-by: Junio C Hamano --- diff --git a/Makefile b/Makefile index e7f3d1ff..79cafd71 100644 --- a/Makefile +++ b/Makefile @@ -175,6 +175,10 @@ endif ifneq (,$(findstring arm,$(shell uname -m))) ARM_SHA1 = YesPlease endif +ifeq ($(shell uname -s),OpenBSD) + NEEDS_LIBICONV = YesPlease + PLATFORM_DEFINES += -I/usr/local/include -L/usr/local/lib +endif ifndef NO_CURL ifdef CURLDIR