55a5eee945
No big changes; iconv flavor is gone, remove sparc64 from supported architectures
22 lines
605 B
Plaintext
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
|