diff options
author | joerg <joerg@pkgsrc.org> | 2007-08-15 18:19:06 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-08-15 18:19:06 +0000 |
commit | ccded7f357845f38ec9f547f9a9ca8876d6ee7a1 (patch) | |
tree | 5d0702828d6ad25122e7827817fa6433b57bd1b6 /x11/xf86-video-chips | |
parent | 2d2331133b3bb802b51ff92aad771ba69b4202ff (diff) | |
download | pkgsrc-ccded7f357845f38ec9f547f9a9ca8876d6ee7a1.tar.gz |
Disable SGML check to allow cross-compilation.
Diffstat (limited to 'x11/xf86-video-chips')
-rw-r--r-- | x11/xf86-video-chips/distinfo | 4 | ||||
-rw-r--r-- | x11/xf86-video-chips/patches/patch-aa | 21 |
2 files changed, 21 insertions, 4 deletions
diff --git a/x11/xf86-video-chips/distinfo b/x11/xf86-video-chips/distinfo index 34312ac9003..030a38bcfca 100644 --- a/x11/xf86-video-chips/distinfo +++ b/x11/xf86-video-chips/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2007/03/20 16:03:59 joerg Exp $ +$NetBSD: distinfo,v 1.2 2007/08/15 18:19:06 joerg Exp $ SHA1 (xf86-video-chips-1.1.1.tar.bz2) = 0df4bd2545b6b9db5670a7e512f24562fb1b7a03 RMD160 (xf86-video-chips-1.1.1.tar.bz2) = add8ff2e344ed99db5723497516f8c969975820c Size (xf86-video-chips-1.1.1.tar.bz2) = 324093 bytes -SHA1 (patch-aa) = 17105811c83e54ec786f6c56f187594dbc186592 +SHA1 (patch-aa) = dd4ac968a65eed53f070af9c78ba51dfac537498 diff --git a/x11/xf86-video-chips/patches/patch-aa b/x11/xf86-video-chips/patches/patch-aa index ebb69087aba..4b7b66f3b9b 100644 --- a/x11/xf86-video-chips/patches/patch-aa +++ b/x11/xf86-video-chips/patches/patch-aa @@ -1,6 +1,6 @@ -$NetBSD: patch-aa,v 1.1.1.1 2007/03/20 16:03:59 joerg Exp $ +$NetBSD: patch-aa,v 1.2 2007/08/15 18:19:07 joerg Exp $ ---- configure.orig 2007-03-20 16:50:47.000000000 +0100 +--- configure.orig 2006-04-08 03:21:31.000000000 +0200 +++ configure @@ -20137,59 +20137,7 @@ _ACEOF @@ -62,3 +62,20 @@ $NetBSD: patch-aa,v 1.1.1.1 2007/03/20 16:03:59 joerg Exp $ if test x$HAVE_INB = xyes; then BUILD_UTILS_TRUE= +@@ -20329,16 +20277,8 @@ echo $ECHO_N "checking for $prefix/share + if eval "test \"\${$as_ac_File+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else +- test "$cross_compiling" = yes && +- { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 +-echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} +- { (exit 1); exit 1; }; } +-if test -r "$prefix/share/X11/sgml/defs.ent"; then +- eval "$as_ac_File=yes" +-else + eval "$as_ac_File=no" + fi +-fi + echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_File'}'`" >&5 + echo "${ECHO_T}`eval echo '${'$as_ac_File'}'`" >&6 + if test `eval echo '${'$as_ac_File'}'` = yes; then |