pkgsrc/x11/xorg-libs/patches/patch-an
xtraeme 94dbc0f920 Update meta-pkgs/xorg to 6.9.0.
The full list of changes:
http://ftp.x.org/pub/X11R7.0/doc/html/RELNOTES2.html

Thanks to joerg@ and reed@ for testing on DragonFlyBSD.

Tested on NetBSD/i386 3.0/-current and DragonFlyBSD-1.4/i386.
2006-01-18 23:53:05 +00:00

16 lines
596 B
Text

$NetBSD: patch-an,v 1.4 2006/01/18 23:53:06 xtraeme Exp $
--- programs/Xserver/hw/xfree86/loader/Imakefile.orig 2004-08-13 12:39:57.000000000 +0900
+++ programs/Xserver/hw/xfree86/loader/Imakefile 2005-02-21 10:38:49.000000000 +0900
@@ -40,6 +40,11 @@
ARCHDEFINES = -DDoMMAPedMerge -DMmapPageAlign
#endif
+#if defined(NetBSDArchitecture) && defined(AMD64Architecture) && \
+ defined(PassHintToMMAP)
+ARCHDEFINES = -DUseMMAP -DPassHintToMMAP
+#endif
+
DEFINES = $(DBMALLOCDEFINE) $(DLOPENDEFINES) $(OS_DEFINES) $(COMPAT_DEFINES) \
$(SHM_DEFINES) $(FONTCACHE_DEFINES) $(ARCHDEFINES)