summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorjoerg <joerg>2007-08-15 14:51:55 +0000
committerjoerg <joerg>2007-08-15 14:51:55 +0000
commit198a94bbcefa00d76e31ccb0faaa2494bc8b2764 (patch)
tree5b2099149748c3f040b537a469a3c1ed16e31f1d /x11
parent7211270157b5c3b2327c45e0394ff451d3c05b4c (diff)
downloadpkgsrc-198a94bbcefa00d76e31ccb0faaa2494bc8b2764.tar.gz
Disable the SGML entity check. We never use it and it breaks
cross-compiliation. A less aggressive change has been made to xorg-util-macros before.
Diffstat (limited to 'x11')
-rw-r--r--x11/modular-xorg-server/distinfo3
-rw-r--r--x11/modular-xorg-server/patches/patch-ai20
2 files changed, 22 insertions, 1 deletions
diff --git a/x11/modular-xorg-server/distinfo b/x11/modular-xorg-server/distinfo
index 635d75dcb3e..674c72b8eb6 100644
--- a/x11/modular-xorg-server/distinfo
+++ b/x11/modular-xorg-server/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.12 2007/08/14 21:34:37 joerg Exp $
+$NetBSD: distinfo,v 1.13 2007/08/15 14:51:55 joerg Exp $
SHA1 (MesaLib-6.5.2.tar.bz2) = ba860bb6ee57c02202342dfd5927464a068ea18f
RMD160 (MesaLib-6.5.2.tar.bz2) = 9a92d69110c066ae6734bcaafb78f222ac2df6d3
@@ -12,6 +12,7 @@ SHA1 (patch-ad) = 752235269f10daade0bf60665cccde39d1583064
SHA1 (patch-af) = 6c58872798a30b31154dd7b167c84bf20ac417be
SHA1 (patch-ag) = 222427db3e1bdbf977e992aa91aae5f16992345a
SHA1 (patch-ah) = 23767542ea672d590050e258317c0352bb321810
+SHA1 (patch-ai) = 862ba20c1d2e36576ae2046a6e2e3f414ea6b5c9
SHA1 (patch-da) = 73faacda1088304025c5e05f3d58edaf9ae1145f
SHA1 (patch-db) = 28913a094c8499536a71c8d4d7ca57a5efb25b39
SHA1 (patch-dc) = 75df6f37b1cbc9574adb5ee66cb84d0f5ebac853
diff --git a/x11/modular-xorg-server/patches/patch-ai b/x11/modular-xorg-server/patches/patch-ai
new file mode 100644
index 00000000000..fc98c856bd3
--- /dev/null
+++ b/x11/modular-xorg-server/patches/patch-ai
@@ -0,0 +1,20 @@
+$NetBSD: patch-ai,v 1.1 2007/08/15 14:51:56 joerg Exp $
+
+--- configure.orig 2007-08-15 16:02:41.000000000 +0200
++++ configure
+@@ -26426,15 +26426,7 @@ echo $ECHO_N "checking for $prefix/share
+ 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 "$prefix/share/X11/sgml/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