diff options
author | joerg <joerg@pkgsrc.org> | 2007-08-15 17:08:14 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-08-15 17:08:14 +0000 |
commit | 957efe97ff19742ce95ba4c01d70009602437635 (patch) | |
tree | 35b43a6d69b9b0f4017ff4f4feceb99bc929bfed | |
parent | e7163ba4eac976dfd0654cad4872ddae260ff097 (diff) | |
download | pkgsrc-957efe97ff19742ce95ba4c01d70009602437635.tar.gz |
Disable SGML check to allow cross-compiling.
-rw-r--r-- | x11/xf86-video-s3virge/distinfo | 3 | ||||
-rw-r--r-- | x11/xf86-video-s3virge/patches/patch-aa | 21 |
2 files changed, 23 insertions, 1 deletions
diff --git a/x11/xf86-video-s3virge/distinfo b/x11/xf86-video-s3virge/distinfo index 78269586a71..5d565e330a5 100644 --- a/x11/xf86-video-s3virge/distinfo +++ b/x11/xf86-video-s3virge/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2007/03/22 15:44:08 joerg Exp $ +$NetBSD: distinfo,v 1.2 2007/08/15 17:08:14 joerg Exp $ SHA1 (xf86-video-s3virge-1.9.1.tar.bz2) = e9994531b1847cb4e23fffec6851f3554f6a35cc RMD160 (xf86-video-s3virge-1.9.1.tar.bz2) = e07abb273277208f09f17397d93b9c23c22c402f Size (xf86-video-s3virge-1.9.1.tar.bz2) = 279913 bytes +SHA1 (patch-aa) = ff2c7db8b22b3a4ceb1c96f025730d7bfcb0572c diff --git a/x11/xf86-video-s3virge/patches/patch-aa b/x11/xf86-video-s3virge/patches/patch-aa new file mode 100644 index 00000000000..254336d4f76 --- /dev/null +++ b/x11/xf86-video-s3virge/patches/patch-aa @@ -0,0 +1,21 @@ +$NetBSD: patch-aa,v 1.1 2007/08/15 17:08:14 joerg Exp $ + +--- configure.orig 2007-08-15 19:02:33.000000000 +0200 ++++ configure +@@ -20267,16 +20267,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 |