Browse Source

[PATCH] git on OpenBSD

iconv is installed in /usr/local.

Signed-off-by: Junio C Hamano <junkio@cox.net>
maint
Han Boetes 20 years ago committed by Junio C Hamano
parent
commit
18c5a52537
  1. 4
      Makefile

4
Makefile

@ -175,6 +175,10 @@ endif @@ -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

Loading…
Cancel
Save