summaryrefslogtreecommitdiff
path: root/x11/modular-xorg-server/patches/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'x11/modular-xorg-server/patches/patch-configure')
-rw-r--r--x11/modular-xorg-server/patches/patch-configure12
1 files changed, 1 insertions, 11 deletions
diff --git a/x11/modular-xorg-server/patches/patch-configure b/x11/modular-xorg-server/patches/patch-configure
index 624e360e517..2704aeafbfa 100644
--- a/x11/modular-xorg-server/patches/patch-configure
+++ b/x11/modular-xorg-server/patches/patch-configure
@@ -1,6 +1,5 @@
-$NetBSD: patch-configure,v 1.2 2015/04/25 11:47:03 tnn Exp $
+$NetBSD: patch-configure,v 1.3 2015/06/29 11:12:45 wiz Exp $
-Allow x86_64 as a SunOS arch.
Use USE_AMD64_IOPL (actually x86_64_iopl) on NetBSD/amd64.
(c.f. patch-hw_xfree86_os-support_bsd_i386.c)
@@ -15,12 +14,3 @@ Use USE_AMD64_IOPL (actually x86_64_iopl) on NetBSD/amd64.
SYS_LIBS=-lx86_64
;;
-@@ -28341,7 +28341,7 @@ fi
- sparc*)
- SOLARIS_INOUT_ARCH="sparcv8plus"
- ;;
-- i*86)
-+ i*86|x86_64)
- if test x$SOLARIS_64 = xyes ; then
- SOLARIS_INOUT_ARCH="amd64"
- else