old-build: fix iconv check on openbsd

This commit is contained in:
Stefano Pigozzi 2013-11-27 07:59:38 +01:00
parent 6e2ac4d40a
commit b5e7169a0f
1 changed files with 1 additions and 1 deletions

View File

@ -878,7 +878,7 @@ extra_cflags="-I. -D_GNU_SOURCE $extra_cflags"
_timer=timer-linux.c
_getch=getch2.c
if freebsd ; then
if freebsd || openbsd ; then
extra_ldflags="$extra_ldflags -L/usr/local/lib"
extra_cflags="$extra_cflags -I/usr/local/include"
fi