aboutsummaryrefslogtreecommitdiff
path: root/lang/neko
diff options
context:
space:
mode:
authorDaichi GOTO <daichi@FreeBSD.org>2012-12-11 06:16:03 +0000
committerDaichi GOTO <daichi@FreeBSD.org>2012-12-11 06:16:03 +0000
commit79499f3b22f786049f971de9211ddf170a8a84f4 (patch)
tree4a2eb60721dba5a93656dbbe09be0fca2ccb348e /lang/neko
parent338ac3129bf7f0bb5073eb96e0e275bae0d1bf50 (diff)
downloadports-79499f3b22f786049f971de9211ddf170a8a84f4.tar.gz
ports-79499f3b22f786049f971de9211ddf170a8a84f4.zip
added a patch
PR: ozawa@ongs.co.jp
Notes
Notes: svn path=/head/; revision=308664
Diffstat (limited to 'lang/neko')
-rw-r--r--lang/neko/files/patch-libs_std_md5.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/neko/files/patch-libs_std_md5.c b/lang/neko/files/patch-libs_std_md5.c
new file mode 100644
index 000000000000..ebc3613a92f1
--- /dev/null
+++ b/lang/neko/files/patch-libs_std_md5.c
@@ -0,0 +1,11 @@
+--- libs/std/md5.c.orig 2012-12-05 14:07:07.000000000 +0900
++++ libs/std/md5.c 2012-12-05 14:07:20.000000000 +0900
+@@ -16,7 +16,7 @@
+ /* ************************************************************************ */
+ #include <neko.h>
+ #include <string.h>
+-#include "sha1.h"
++#include "../common/sha1.h"
+
+ /**
+ <doc>