0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 03:52:22 +02:00

old-build: fix iconv check on openbsd

This commit is contained in:
Stefano Pigozzi 2013-11-27 07:59:38 +01:00 committed by wm4
parent b9585e518b
commit 485c658f3f

2
configure vendored
View File

@ -893,7 +893,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