diff options
author | joerg <joerg@pkgsrc.org> | 2007-08-15 14:56:23 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-08-15 14:56:23 +0000 |
commit | 321d4c2c3b36f86764abf7746b1d46fae104d1d7 (patch) | |
tree | fff2f019fbc34b8562297b4fbea5f949e778e403 /x11 | |
parent | 24243c1b88494792ea76ffc5c0e95e2a43bd720a (diff) | |
download | pkgsrc-321d4c2c3b36f86764abf7746b1d46fae104d1d7.tar.gz |
Disable SGML check for cross-compilation.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xf86-input-mouse/distinfo | 3 | ||||
-rw-r--r-- | x11/xf86-input-mouse/patches/patch-aa | 21 |
2 files changed, 23 insertions, 1 deletions
diff --git a/x11/xf86-input-mouse/distinfo b/x11/xf86-input-mouse/distinfo index 82e62c80f2c..c97be965a53 100644 --- a/x11/xf86-input-mouse/distinfo +++ b/x11/xf86-input-mouse/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.3 2007/08/05 23:39:02 joerg Exp $ +$NetBSD: distinfo,v 1.4 2007/08/15 14:56:23 joerg Exp $ SHA1 (xf86-input-mouse-1.2.2.tar.bz2) = f546f7b99ccd4b02fc8485b337478ee60062cd2b RMD160 (xf86-input-mouse-1.2.2.tar.bz2) = bb22721d39671dac2c997a2817b25a5c3a26443e Size (xf86-input-mouse-1.2.2.tar.bz2) = 274401 bytes +SHA1 (patch-aa) = baf529a3ae260e98fb068cb9549f749705d8213b diff --git a/x11/xf86-input-mouse/patches/patch-aa b/x11/xf86-input-mouse/patches/patch-aa new file mode 100644 index 00000000000..9af27db486b --- /dev/null +++ b/x11/xf86-input-mouse/patches/patch-aa @@ -0,0 +1,21 @@ +$NetBSD: patch-aa,v 1.3 2007/08/15 14:56:24 joerg Exp $ + +--- configure.orig 2007-08-15 16:53:26.000000000 +0200 ++++ configure +@@ -21361,16 +21361,8 @@ echo $ECHO_N "checking for $XORG_SGML_PA + if { as_var=$as_ac_File; eval "test \"\${$as_var+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 "$XORG_SGML_PATH/X11/defs.ent"; then +- eval "$as_ac_File=yes" +-else + eval "$as_ac_File=no" + fi +-fi + ac_res=`eval echo '${'$as_ac_File'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 + echo "${ECHO_T}$ac_res" >&6; } |