openbsd-ports/x11/mplayer/patches/patch-configure
wilfried 55a5eee945 update to 0.90; from maintainer Bjorn Sandell <biorn@dce.chalmers.se>
No big changes; iconv flavor is gone, remove sparc64 from supported
architectures
2003-04-17 10:35:07 +00:00

22 lines
605 B
Plaintext

$OpenBSD: patch-configure,v 1.20 2003/04/17 10:35:07 wilfried Exp $
--- configure.orig Sat Mar 22 17:29:16 2003
+++ configure Mon Apr 7 09:29:04 2003
@@ -3518,7 +3518,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"
@@ -4168,7 +4168,7 @@ fi
echocheck "iconv"
-if test "$_iconv" = auto ; then
+if test "$_iconv" != no ; then
_iconv_tmp='#include <iconv.h>'
cat > $TMPC << EOF