mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
parent
e1d7b1763d
commit
d48119d6bc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386736
12
math/cgal/files/patch-include_CGAL_config.h
Normal file
12
math/cgal/files/patch-include_CGAL_config.h
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user