aboutsummaryrefslogtreecommitdiff
path: root/cad/gmsh/files
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2005-11-28 15:22:07 +0000
committerThierry Thomas <thierry@FreeBSD.org>2005-11-28 15:22:07 +0000
commitefac8cd6e62d63e0ecb602718c6e2bb4d9d99b45 (patch)
tree1d12671a51a9468de5d6fedb83ff73e92cbcaf35 /cad/gmsh/files
parent94acf82ab53821639320e4afe1a576b8bba96ac7 (diff)
downloadports-efac8cd6e62d63e0ecb602718c6e2bb4d9d99b45.tar.gz
ports-efac8cd6e62d63e0ecb602718c6e2bb4d9d99b45.zip
Notes
Diffstat (limited to 'cad/gmsh/files')
-rw-r--r--cad/gmsh/files/patch-Mesh__2D_Mesh_Triangle.cpp10
-rw-r--r--cad/gmsh/files/patch-Plugin__Triangulate.cpp10
2 files changed, 20 insertions, 0 deletions
diff --git a/cad/gmsh/files/patch-Mesh__2D_Mesh_Triangle.cpp b/cad/gmsh/files/patch-Mesh__2D_Mesh_Triangle.cpp
new file mode 100644
index 000000000000..ed5c717ea633
--- /dev/null
+++ b/cad/gmsh/files/patch-Mesh__2D_Mesh_Triangle.cpp
@@ -0,0 +1,10 @@
+--- Mesh/2D_Mesh_Triangle.cpp.orig Sat Jan 1 23:01:53 2005
++++ Mesh/2D_Mesh_Triangle.cpp Mon Nov 28 15:40:08 2005
+@@ -36,6 +36,7 @@
+
+ #define ANSI_DECLARATORS
+ #define REAL double
++#define VOID void
+
+ extern "C"
+ {
diff --git a/cad/gmsh/files/patch-Plugin__Triangulate.cpp b/cad/gmsh/files/patch-Plugin__Triangulate.cpp
new file mode 100644
index 000000000000..dab2ddc9d42a
--- /dev/null
+++ b/cad/gmsh/files/patch-Plugin__Triangulate.cpp
@@ -0,0 +1,10 @@
+--- Plugin/Triangulate.cpp.orig Thu Mar 3 20:42:54 2005
++++ Plugin/Triangulate.cpp Mon Nov 28 15:47:20 2005
+@@ -98,6 +98,7 @@
+
+ #define ANSI_DECLARATORS
+ #define REAL double
++#define VOID void
+
+ extern "C"
+ {