svn commit: r404522 - head/net/tightvnc/files

Kevin Lo kevlo at FreeBSD.org
Sat Dec 26 14:49:32 UTC 2015


Author: kevlo
Date: Sat Dec 26 14:49:30 2015
New Revision: 404522
URL: https://svnweb.freebsd.org/changeset/ports/404522

Log:
  Fix build on arm.

Added:
  head/net/tightvnc/files/patch-Xvnc__programs__Xserver__hw__xfree86__common__compiler.h   (contents, props changed)

Added: head/net/tightvnc/files/patch-Xvnc__programs__Xserver__hw__xfree86__common__compiler.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/tightvnc/files/patch-Xvnc__programs__Xserver__hw__xfree86__common__compiler.h	Sat Dec 26 14:49:30 2015	(r404522)
@@ -0,0 +1,11 @@
+--- Xvnc/programs/Xserver/hw/xfree86/common/compiler.h.orig	2015-12-23 13:48:48.097424000 +0800
++++ Xvnc/programs/Xserver/hw/xfree86/common/compiler.h	2015-12-23 13:49:19.871472000 +0800
+@@ -371,7 +371,7 @@
+ #define mem_barrier()   /* NOP */
+ #define write_mem_barrier()   /* NOP */
+ 
+-#if !defined(FAKEIT) && !defined(__mc68000__)
++#if !defined(FAKEIT) && !defined(__mc68000__) && !defined(__arm__)
+ #ifdef GCCUSESGAS
+ 
+ /*


More information about the svn-ports-head mailing list