aboutsummaryrefslogtreecommitdiff
path: root/science
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2010-05-10 21:19:08 +0000
committerKoop Mast <kwm@FreeBSD.org>2010-05-10 21:19:08 +0000
commit48e62d9a379cd45a15f6ae89d564f81b3c13d16e (patch)
treeb627baa77f19bb1eab2fa4dee08aab1908131cd0 /science
parentfbdf96410f8e803568c33397323dd9d8d3af995f (diff)
downloadports-48e62d9a379cd45a15f6ae89d564f81b3c13d16e.tar.gz
ports-48e62d9a379cd45a15f6ae89d564f81b3c13d16e.zip
Notes
Diffstat (limited to 'science')
-rw-r--r--science/gerris/files/patch-src_dx.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/science/gerris/files/patch-src_dx.c b/science/gerris/files/patch-src_dx.c
new file mode 100644
index 000000000000..ff8045bc9efb
--- /dev/null
+++ b/science/gerris/files/patch-src_dx.c
@@ -0,0 +1,18 @@
+--- src/dx.c.orig 2010-04-11 19:29:06.000000000 +0200
++++ src/dx.c 2010-04-11 19:32:05.000000000 +0200
+@@ -19,12 +19,14 @@
+
+ #include <string.h>
+ #include <math.h>
+-#include <dx/dx.h>
+
+ #include "simulation.h"
+ #include "init.h"
+ #include "solid.h"
+
++/* workaround glib 2.24. gvariant.h error */
++#include <dx/dx.h>
++
+ static void ftt_cell_neighbors_not_periodic (FttCell * cell,
+ FttCellNeighbors * neighbor)
+ {