svn commit: r308664 - head/lang/neko/files
Daichi GOTO
daichi at FreeBSD.org
Tue Dec 11 06:16:04 UTC 2012
Author: daichi
Date: Tue Dec 11 06:16:03 2012
New Revision: 308664
URL: http://svnweb.freebsd.org/changeset/ports/308664
Log:
added a patch
PR: ozawa at ongs.co.jp
Added:
head/lang/neko/files/patch-libs_std_md5.c (contents, props changed)
Added: head/lang/neko/files/patch-libs_std_md5.c
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/lang/neko/files/patch-libs_std_md5.c Tue Dec 11 06:16:03 2012 (r308664)
@@ -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>
More information about the svn-ports-head
mailing list