From 18c5a52537173b12bd78ce25c6dd524d147e87a7 Mon Sep 17 00:00:00 2001 From: Han Boetes Date: Sat, 1 Oct 2005 08:23:26 +0200 Subject: [PATCH] [PATCH] git on OpenBSD iconv is installed in /usr/local. Signed-off-by: Junio C Hamano --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index e7f3d1ffca..79cafd7171 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 -- 2.11.4.GIT