summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortnn <tnn>2008-01-16 05:50:56 +0000
committertnn <tnn>2008-01-16 05:50:56 +0000
commitdfccee7e2ed592f597246dd024af31281e7cdaaa (patch)
treee65dd46fb55acf21d71cb7101d82f5a5b3781f27
parenta2d0234cbf7212cbd3a3d864aa7281be679c3736 (diff)
downloadpkgsrc-dfccee7e2ed592f597246dd024af31281e7cdaaa.tar.gz
hack around some fallout from the recent renderproto update.
render.h expects DIX to be a valid type, so include X.h to get it. 1.4 doesn't have this problem so consider it a stopgap solution.
-rw-r--r--x11/modular-xorg-server/distinfo6
-rw-r--r--x11/modular-xorg-server/patches/patch-za13
2 files changed, 15 insertions, 4 deletions
diff --git a/x11/modular-xorg-server/distinfo b/x11/modular-xorg-server/distinfo
index 30d240bed59..12aa225bb82 100644
--- a/x11/modular-xorg-server/distinfo
+++ b/x11/modular-xorg-server/distinfo
@@ -1,8 +1,5 @@
-$NetBSD: distinfo,v 1.17 2007/10/30 10:59:16 shannonjr Exp $
+$NetBSD: distinfo,v 1.18 2008/01/16 05:50:56 tnn Exp $
-SHA1 (MesaLib-6.5.2.tar.bz2) = ba860bb6ee57c02202342dfd5927464a068ea18f
-RMD160 (MesaLib-6.5.2.tar.bz2) = 9a92d69110c066ae6734bcaafb78f222ac2df6d3
-Size (MesaLib-6.5.2.tar.bz2) = 3295166 bytes
SHA1 (xorg-server-1.3.0.0.tar.bz2) = 6f9645fe70da5b6a121f3e8fa6c2fc1e4307390c
RMD160 (xorg-server-1.3.0.0.tar.bz2) = 1a4fecd73aed0d5adabe84066c24ce69dc2c2dc1
Size (xorg-server-1.3.0.0.tar.bz2) = 5968263 bytes
@@ -23,3 +20,4 @@ SHA1 (patch-sb) = b769780b446e4f10bc99ccd3373d666daf44f863
SHA1 (patch-sc) = 33c4d4731e3732032f84946fc17e28d0cba389a6
SHA1 (patch-sd) = ac8f5bc3bca8c21e91d7206a5b2cb400c54f7414
SHA1 (patch-se) = 22b20c734b7fcf59d75227aeb1fa703465582568
+SHA1 (patch-za) = 223fdd04545b7feb1ac8bf392782d8e2539839c3
diff --git a/x11/modular-xorg-server/patches/patch-za b/x11/modular-xorg-server/patches/patch-za
new file mode 100644
index 00000000000..1a5e6921f1f
--- /dev/null
+++ b/x11/modular-xorg-server/patches/patch-za
@@ -0,0 +1,13 @@
+$NetBSD: patch-za,v 1.1 2008/01/16 05:50:56 tnn Exp $
+
+--- render/renderedge.c.orig 2006-06-06 19:13:55.000000000 +0200
++++ render/renderedge.c
+@@ -22,6 +22,8 @@
+ * PERFORMANCE OF THIS SOFTWARE.
+ */
+
++#include <X11/X.h>
++
+ #ifdef HAVE_DIX_CONFIG_H
+ #include <dix-config.h>
+ #endif