about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile

index b95cee4..f4c5b8a 100644 --- a/Makefile +++ b/Makefile
@@ -49,8 +49,8 @@ ifeq ($(uname_O),Cygwin) NEEDS_LIBICONV = YesPlease endif -ifeq ($(uname_S),FreeBSD) - # Apparantly libiconv is installed in /usr/local on FreeBSD +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