diff options
Diffstat (limited to 'www/amaya/patches/patch-aa')
-rw-r--r-- | www/amaya/patches/patch-aa | 36 |
1 files changed, 12 insertions, 24 deletions
diff --git a/www/amaya/patches/patch-aa b/www/amaya/patches/patch-aa index 80564916c2d..722821fd386 100644 --- a/www/amaya/patches/patch-aa +++ b/www/amaya/patches/patch-aa @@ -1,26 +1,14 @@ -$NetBSD: patch-aa,v 1.10 2002/11/19 20:58:04 reinoud Exp $ +$NetBSD: patch-aa,v 1.11 2003/03/22 06:46:20 wiz Exp $ ---- ../configure.orig Mon Jul 8 09:19:26 2002 -+++ ../configure -@@ -3008,7 +3008,7 @@ EOF - fi +--- ../config.h.in.orig Thu Jan 30 10:40:15 2003 ++++ ../config.h.in +@@ -321,6 +321,9 @@ + /* Define if you have the <unixlib.h> header file. */ + #undef HAVE_UNIXLIB_H + ++/* Define if you have the <wchar.h> header file. */ ++#undef HAVE_WCHAR_H ++ + /* Define if you have the <stdint.h> header file. */ + #undef HAVE_STDINT_H - --for ac_hdr in stdio.h -+for ac_hdr in stdio.h wchar.h - do - ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` - echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -@@ -6728,12 +6728,6 @@ fi - - - if test "$build_amaya" = "yes" ; then -- if test ! -f $srcdir/../libwww/Makefile.in ; then -- echo "configure: warning: libwww sources not found !!" 1>&2 -- echo "configure: warning: Disabling Amaya build !" 1>&2 -- build_amaya="no" -- fi -- - if test ! -f $srcdir/amaya/MathML.S ; then - if test "$with_math" = "yes" ; then - echo "configure: warning: MathML sources not found !!" 1>&2 |