Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Add freebsd support in Makefile
[gitweb.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index 2e953531af8135f3b15225c07cef70b078f8c21a..6910448ef2a9c292567b7f10028aa3da72a32f67 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-251,6
+251,11
@@
ifeq ($(uname_O),Cygwin)
NO_IPV6 = YesPlease
X = .exe
endif
+ifeq ($(uname_S),FreeBSD)
+ NEEDS_LIBICONV = YesPlease
+ ALL_CFLAGS += -I/usr/local/include
+ ALL_LDFLAGS += -L/usr/local/lib
+endif
ifeq ($(uname_S),OpenBSD)
NO_STRCASESTR = YesPlease
NEEDS_LIBICONV = YesPlease