diff options
author | daichi <daichi@FreeBSD.org> | 2012-12-11 14:16:03 +0800 |
---|---|---|
committer | daichi <daichi@FreeBSD.org> | 2012-12-11 14:16:03 +0800 |
commit | 4410ad0d99bd8de2f47577c6138974621b88f57f (patch) | |
tree | 4a2eb60721dba5a93656dbbe09be0fca2ccb348e /lang | |
parent | 37427e35fb7a9a02caa18c58a6209c662219b163 (diff) | |
download | freebsd-ports-gnome-4410ad0d99bd8de2f47577c6138974621b88f57f.tar.gz freebsd-ports-gnome-4410ad0d99bd8de2f47577c6138974621b88f57f.tar.zst freebsd-ports-gnome-4410ad0d99bd8de2f47577c6138974621b88f57f.zip |
added a patch
PR: ozawa@ongs.co.jp
Diffstat (limited to 'lang')
-rw-r--r-- | lang/neko/files/patch-libs_std_md5.c | 11 |
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> |