summaryrefslogtreecommitdiff
path: root/x11-toolkits/nucleo/files/patch-tests__test-MD5.cxx
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-06 21:20:28 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-06 21:20:28 +0000
commit7b613920635a2e4fdf8467ed16d4d9dba25829c7 (patch)
tree811623eaff2b55d04a98f2ca6cfb5a4fa6d7a927 /x11-toolkits/nucleo/files/patch-tests__test-MD5.cxx
parentNew port: py-openpyxl (diff)
Fix build with libc++
Notes
Notes: svn path=/head/; revision=326548
Diffstat (limited to '')
-rw-r--r--x11-toolkits/nucleo/files/patch-tests__test-MD5.cxx10
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-toolkits/nucleo/files/patch-tests__test-MD5.cxx b/x11-toolkits/nucleo/files/patch-tests__test-MD5.cxx
new file mode 100644
index 000000000000..5d5096bbcf88
--- /dev/null
+++ b/x11-toolkits/nucleo/files/patch-tests__test-MD5.cxx
@@ -0,0 +1,10 @@
+--- ./tests/test-MD5.cxx.orig 2008-06-05 14:52:33.000000000 +0200
++++ ./tests/test-MD5.cxx 2013-09-06 23:19:05.863746755 +0200
+@@ -10,6 +10,7 @@
+ */
+
+ #include <nucleo/utils/MD5.H>
++#include <unistd.h>
+
+ #include <iostream>
+