Skip to content

Commit 21a0d9b

Browse files
committed
Makefile: FreeBSD (both 7 and 8) needs OLD_ICONV
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 685c568 commit 21a0d9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -828,6 +828,7 @@ ifeq ($(uname_O),Cygwin)
828828
endif
829829
ifeq ($(uname_S),FreeBSD)
830830
NEEDS_LIBICONV = YesPlease
831+
OLD_ICONV = YesPlease
831832
NO_MEMMEM = YesPlease
832833
BASIC_CFLAGS += -I/usr/local/include
833834
BASIC_LDFLAGS += -L/usr/local/lib

0 commit comments

Comments
 (0)