Skip to content

Commit

Permalink
Define NO_MEMMEM of FreeBSD as it lacks the function
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Robert Boone authored and Junio C Hamano committed Sep 12, 2007
1 parent 6972ab7 commit a2f22db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,7 @@ ifeq ($(uname_O),Cygwin)
endif
ifeq ($(uname_S),FreeBSD)
NEEDS_LIBICONV = YesPlease
NO_MEMMEM = YesPlease
BASIC_CFLAGS += -I/usr/local/include
BASIC_LDFLAGS += -L/usr/local/lib
endif
Expand Down

0 comments on commit a2f22db

Please sign in to comment.