svn commit: r425639 - head/x11-servers/xorg-server/files

Brad Davis brd at FreeBSD.org
Mon Nov 7 16:33:20 UTC 2016


Author: brd
Date: Mon Nov  7 16:33:18 2016
New Revision: 425639
URL: https://svnweb.freebsd.org/changeset/ports/425639

Log:
  Fix xorg-server build on arm64.
  
  Submitted by:	andrew
  Approved by:	bapt, kwm (x11)
  Differential Revision:	https://reviews.freebsd.org/D8465

Modified:
  head/x11-servers/xorg-server/files/patch-configure

Modified: head/x11-servers/xorg-server/files/patch-configure
==============================================================================
--- head/x11-servers/xorg-server/files/patch-configure	Mon Nov  7 15:51:47 2016	(r425638)
+++ head/x11-servers/xorg-server/files/patch-configure	Mon Nov  7 16:33:18 2016	(r425639)
@@ -1,7 +1,11 @@
---- configure.orig	2015-06-16 17:43:10.000000000 +0200
-+++ configure	2015-10-21 23:07:22.017310000 +0200
-@@ -22640,6 +22640,11 @@
-   arm*)
+--- configure.orig	2015-10-28 16:31:48.000000000 +0000
++++ configure	2016-11-04 17:02:00.798706000 +0000
+@@ -22637,9 +22637,14 @@
+ 	esac
+ 	GLX_ARCH_DEFINES="-D__GLX_ALIGN64 -mieee"
+ 	;;
+-  arm*)
++  arm*|aarch64*)
  	ARM_VIDEO=yes
  	DEFAULT_INT10="stub"
 +	case $host_os in


More information about the svn-ports-head mailing list