openbsd-ports/x11/mplayer/patches/patch-configure
espie a6c7690c2f Update to 0.90rc1.
From maintainer, Bjorn.

PP fix from niklas@
2002-12-22 14:19:47 +00:00

22 lines
602 B
Plaintext

$OpenBSD: patch-configure,v 1.17 2002/12/22 14:19:47 espie Exp $
--- configure.orig Sat Dec 7 00:54:02 2002
+++ configure Sun Dec 8 21:08:07 2002
@@ -3278,7 +3278,7 @@ echores "$_sgiaudio"
echocheck "VCD support"
-if linux || bsdos || freebsd || netbsd || sunos ; then
+if linux || bsdos || freebsd || netbsd || openbsd || sunos ; then
_inputmodules="vcd $_inputmodules"
_def_vcd='#define HAVE_VCD 1'
echores "ok"
@@ -3840,7 +3840,7 @@ fi
echocheck "iconv"
-if test "$_iconv" = auto ; then
+if test "$_iconv" != no ; then
_iconv_tmp='#include <iconv.h>'
cat > $TMPC << EOF