projects
/
oweals
/
cde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f86508
)
Fix openbsd compile build errors due to dependency on libiconv
author
Jose Rubio
<joserubiovidales@gmail.com>
Fri, 27 Sep 2019 19:54:06 +0000
(21:54 +0200)
committer
Jose Rubio
<joserubiovidales@gmail.com>
Fri, 27 Sep 2019 19:54:06 +0000
(21:54 +0200)
The path to libiconv is selected in config/cf/OpenBSD.cf reusing the
same trick as FreeBSD does.
cde/config/cf/OpenBSD.cf
patch
|
blob
|
history
diff --git
a/cde/config/cf/OpenBSD.cf
b/cde/config/cf/OpenBSD.cf
index a3b12533e687cdaa6f2ecc4c107c29b4e2052d10..212f5e68a602c2093cb82d3bfde2b1c0e8973d08 100644
(file)
--- a/
cde/config/cf/OpenBSD.cf
+++ b/
cde/config/cf/OpenBSD.cf
@@
-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