summaryrefslogtreecommitdiff
path: root/math/gringo
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2014-08-21 20:40:52 +0000
committerMatthias Andree <mandree@FreeBSD.org>2014-08-21 20:40:52 +0000
commitbb72b41b59475682e0a878bdac52d4abff5b7aee (patch)
tree7c88efc1a5a5b9e3ca042f75dc63743796d84746 /math/gringo
parentscience/ruby-dcl: fixed broken; use gcc (diff)
Test fix for math/gringo.
Notes
Notes: svn path=/head/; revision=365596
Diffstat (limited to 'math/gringo')
-rw-r--r--math/gringo/files/patch-libprogram_opts__src__string_convert.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/math/gringo/files/patch-libprogram_opts__src__string_convert.cpp b/math/gringo/files/patch-libprogram_opts__src__string_convert.cpp
new file mode 100644
index 000000000000..a26046679fb4
--- /dev/null
+++ b/math/gringo/files/patch-libprogram_opts__src__string_convert.cpp
@@ -0,0 +1,12 @@
+--- ./libprogram_opts/src/string_convert.cpp.orig 2014-08-12 17:47:21.000000000 +0200
++++ ./libprogram_opts/src/string_convert.cpp 2014-08-21 22:39:08.000000000 +0200
+@@ -28,6 +28,9 @@
+ }
+ #endif
+ #endif
++namespace std {
++ using ::strtoull;
++}
+ namespace bk_lib {
+
+ static int detectBase(const char* x) {