Fix build of kfreebsd debian builds
-liconv is not needed on this architectures https://buildd.debian.org/status/package.php?p=grafx2#problem-2
This commit is contained in:
parent
caca361377
commit
6f7e1992ea
@ -586,7 +586,9 @@ endif
|
||||
# For Linux (GLibc), iconv is built into the C library so no LOPT needed.
|
||||
COPT += -DENABLE_FILENAMES_ICONV
|
||||
ifneq ($(filter-out NetBSD Linux,$(PLATFORM)),)
|
||||
LOPT += -liconv
|
||||
ifneq ($(DEB_HOST_ARCH_OS), kfreebsd)
|
||||
LOPT += -liconv
|
||||
endif
|
||||
endif
|
||||
|
||||
endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user