svn commit: r386736 - head/math/cgal/files

Wen Heping wen at FreeBSD.org
Tue May 19 02:50:55 UTC 2015


Author: wen
Date: Tue May 19 02:50:54 2015
New Revision: 386736
URL: https://svnweb.freebsd.org/changeset/ports/386736

Log:
  - Fix build on armv6
  
  PR:		200286
  Submitted by:	mikael.urankar at gmail.com

Added:
  head/math/cgal/files/patch-include_CGAL_config.h   (contents, props changed)

Added: head/math/cgal/files/patch-include_CGAL_config.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/cgal/files/patch-include_CGAL_config.h	Tue May 19 02:50:54 2015	(r386736)
@@ -0,0 +1,12 @@
+--- include/CGAL/config.h.orig	2015-05-14 09:38:12 UTC
++++ include/CGAL/config.h
+@@ -255,7 +255,8 @@
+    || defined(__x86_64) || defined(__x86_64__) \
+    || defined(__ia64) || defined(__ia64__) \
+    || defined(_M_IX86) || defined(_M_IA64) \
+-   || defined(_M_ALPHA) || defined(_WIN64)
++   || defined(_M_ALPHA) || defined(_WIN64) \
++   || defined(__arm)
+ #  define CGAL_LITTLE_ENDIAN
+ #else
+ #  error Unknown endianness


More information about the svn-ports-all mailing list