summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefano Pigozzi <stefano.pigozzi@gmail.com>2013-11-27 07:59:38 +0100
committerStefano Pigozzi <stefano.pigozzi@gmail.com>2013-11-27 23:15:17 +0100
commitb5e7169a0fa596941c65ce75a23089bf886e566f (patch)
tree851bd8605adb708cd9d7685f41cb764ed8cd2d65
parent6e2ac4d40add2ad316ed312933e51f58a7a7650c (diff)
downloadmpv-b5e7169a0fa596941c65ce75a23089bf886e566f.tar.bz2
mpv-b5e7169a0fa596941c65ce75a23089bf886e566f.tar.xz
old-build: fix iconv check on openbsd
-rwxr-xr-xold-configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/old-configure b/old-configure
index fe77403c6b..995ccb9aa4 100755
--- a/old-configure
+++ b/old-configure
@@ -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