mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
Fix openbsd compile build errors due to dependency on libiconv
The path to libiconv is selected in config/cf/OpenBSD.cf reusing the same trick as FreeBSD does.
This commit is contained in:
parent
4f86508321
commit
707cc1256f
1 changed files with 1 additions and 0 deletions
|
@ -1072,6 +1072,7 @@ CXXDEPENDINCLUDE != CcCmd -v -x c++ /dev/null -fsyntax-only \
|
|||
#define ArchitectureDefines -DOPENBSD_ARCHITECTURE
|
||||
|
||||
#define BuildLibPathVar LD_LIBRARY_PATH
|
||||
ICONVSYSLIB != if test -f /usr/local/include/iconv.h; then echo -liconv; else echo; fi
|
||||
|
||||
#ifndef KornShell
|
||||
#define KornShell /usr/local/bin/ksh93
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue