diff options
author | joerg <joerg@pkgsrc.org> | 2007-08-15 19:30:23 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-08-15 19:30:23 +0000 |
commit | 173d08e62f6ddbb5bffe9ca8f94dadf131682a1c (patch) | |
tree | 7321a06b01bedd19795a569aa67473b6568f5b40 /x11 | |
parent | ef0d2e7e15bd6eebfc77a2d580626b17a92977da (diff) | |
download | pkgsrc-173d08e62f6ddbb5bffe9ca8f94dadf131682a1c.tar.gz |
Disable SGML check for cross-compilation.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xf86-video-i128/distinfo | 3 | ||||
-rw-r--r-- | x11/xf86-video-i128/patches/patch-aa | 21 |
2 files changed, 23 insertions, 1 deletions
diff --git a/x11/xf86-video-i128/distinfo b/x11/xf86-video-i128/distinfo index 503f90aa446..671cd86b4da 100644 --- a/x11/xf86-video-i128/distinfo +++ b/x11/xf86-video-i128/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2007/03/22 15:43:29 joerg Exp $ +$NetBSD: distinfo,v 1.2 2007/08/15 19:30:23 joerg Exp $ SHA1 (xf86-video-i128-1.2.1.tar.bz2) = 8906c29c25dc4b54958052b3327d4d2150d1155e RMD160 (xf86-video-i128-1.2.1.tar.bz2) = 957a0b9f5a0458e94b185f98e81d3c095f3d8a99 Size (xf86-video-i128-1.2.1.tar.bz2) = 264809 bytes +SHA1 (patch-aa) = 2e0ea580b97a5d7269b0b885c5003e25120d59db diff --git a/x11/xf86-video-i128/patches/patch-aa b/x11/xf86-video-i128/patches/patch-aa new file mode 100644 index 00000000000..625d2cb9931 --- /dev/null +++ b/x11/xf86-video-i128/patches/patch-aa @@ -0,0 +1,21 @@ +$NetBSD: patch-aa,v 1.1 2007/08/15 19:30:23 joerg Exp $ + +--- configure.orig 2007-08-15 21:25:05.000000000 +0200 ++++ configure +@@ -20256,16 +20256,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 |