NEEDS_LIBICONV = YesPlease
endif
+ifeq ($(uname_S),$(filter $(uname_S),FreeBSD OpenBSD))
+ # Apparantly libiconv is installed in /usr/local on BSD
+ LDFLAGS ?= -L/usr/local/lib
+ CFLAGS ?= -I/usr/local/include
+ NEEDS_LIBICONV = yes
+endif
+
#
# Let the user override the above settings.
#