mirror of
https://git.zx2c4.com/cgit
synced 2024-11-10 02:28:41 +00:00
Makefile: Support OpenBSD just like FreeBSD
This commit is contained in:
parent
2853692a9e
commit
a58d8a168d
4
Makefile
4
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
|
||||
|
Loading…
Reference in New Issue
Block a user