summaryrefslogtreecommitdiffstats
path: root/src/cgal-1-fixes.patch
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2015-11-28 10:06:13 (GMT)
committerTony Theodore <tonyt@logyst.com>2015-11-28 10:06:13 (GMT)
commit9f0dbfafc60b725dc09c85059b5b58c3298e3319 (patch)
tree9a1f26cf8f84c940dab58bfa18eef5a78f1085ee /src/cgal-1-fixes.patch
parent46baacbd2116380e67bb072730886140caf9d8d8 (diff)
downloadmxe-9f0dbfafc60b725dc09c85059b5b58c3298e3319.zip
mxe-9f0dbfafc60b725dc09c85059b5b58c3298e3319.tar.gz
mxe-9f0dbfafc60b725dc09c85059b5b58c3298e3319.tar.bz2
cgal:update 4.5-->4.6.3 and enable shared
Diffstat (limited to 'src/cgal-1-fixes.patch')
-rw-r--r--src/cgal-1-fixes.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/cgal-1-fixes.patch b/src/cgal-1-fixes.patch
deleted file mode 100644
index f2a9b2a..0000000
--- a/src/cgal-1-fixes.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-This file is part of MXE.
-See index.html for further information.
-
-Contains ad hoc patches for cross building.
-
-From 211217324f551479c15cdf77bac6c397112f3b3d Mon Sep 17 00:00:00 2001
-From: Timothy Gu <timothygu99@gmail.com>
-Subject: [PATCH] Fix GCC detection
-
-Signed-off-by: Timothy Gu <timothygu99@gmail.com>
-
-diff --git a/include/CGAL/sse2.h b/include/CGAL/sse2.h
-index acc7ece..3e8394d 100644
---- a/include/CGAL/sse2.h
-+++ b/include/CGAL/sse2.h
-@@ -29,7 +29,7 @@
-
- #if defined ( _MSC_VER )
- #define CGAL_ALIGN_16 __declspec(align(16))
--#elif defined( __GNU__ )
-+#elif defined( __GNUC__ )
- #define CGAL_ALIGN_16 __attribute__((aligned(16)))
- #endif
-
---
-1.9.1
-