Skip to content

Commit

Permalink
[PATCH] git on OpenBSD
Browse files Browse the repository at this point in the history
iconv is installed in /usr/local.

Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Han Boetes authored and Junio C Hamano committed Oct 2, 2005
1 parent 5cd5ace commit 18c5a52
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 18c5a52

Please sign in to comment.