aboutsummaryrefslogtreecommitdiff
path: root/math/ised/files
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2015-09-20 18:24:44 +0000
committerJohn Marino <marino@FreeBSD.org>2015-09-20 18:24:44 +0000
commita54b0245264245e51c5619dae0feebf59c4a6715 (patch)
treee8df23ceb88993016fde0e988119c9708e7adb41 /math/ised/files
parent54997ba2b78163b80b979a50ce80c98f8f3bfa9e (diff)
downloadports-a54b0245264245e51c5619dae0feebf59c4a6715.tar.gz
ports-a54b0245264245e51c5619dae0feebf59c4a6715.zip
Add <cstring> and/or <cstdlib> to 7 ports to support modern gcc
Approved by: gcc5 support blanket
Notes
Notes: svn path=/head/; revision=397380
Diffstat (limited to 'math/ised/files')
-rw-r--r--math/ised/files/patch-src_ised.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/math/ised/files/patch-src_ised.cpp b/math/ised/files/patch-src_ised.cpp
new file mode 100644
index 000000000000..26bdefc93f74
--- /dev/null
+++ b/math/ised/files/patch-src_ised.cpp
@@ -0,0 +1,10 @@
+--- src/ised.cpp.orig 2012-09-01 16:10:10 UTC
++++ src/ised.cpp
+@@ -16,6 +16,7 @@
+ **/
+
+ #include <cstdio>
++#include <cstring>
+ #include "vm.h"
+
+ #include <unistd.h>