diff options
author | makc <makc@FreeBSD.org> | 2013-10-10 01:02:33 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2013-10-10 01:02:33 +0800 |
commit | ef28472c253e52ab8504af1ecb39efc6b50a8fcb (patch) | |
tree | 27f9251a98ce2a4df4cabff5bbfbd8f6607c466f /textproc | |
parent | 992167dab8dafd7a04d48600614b91e4f63aae02 (diff) | |
download | freebsd-ports-gnome-ef28472c253e52ab8504af1ecb39efc6b50a8fcb.tar.gz freebsd-ports-gnome-ef28472c253e52ab8504af1ecb39efc6b50a8fcb.tar.zst freebsd-ports-gnome-ef28472c253e52ab8504af1ecb39efc6b50a8fcb.zip |
- One more patch to fix build on 10.x
Submitted by: clutton at zoho.com
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/stardict3/files/patch-dict__src__lib__stddict.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/textproc/stardict3/files/patch-dict__src__lib__stddict.cpp b/textproc/stardict3/files/patch-dict__src__lib__stddict.cpp new file mode 100644 index 000000000000..8705daeefa1e --- /dev/null +++ b/textproc/stardict3/files/patch-dict__src__lib__stddict.cpp @@ -0,0 +1,10 @@ +--- ./dict/src/lib/stddict.cpp.orig 2012-02-17 08:58:47.000000000 +0000 ++++ ./dict/src/lib/stddict.cpp 2013-10-09 16:16:36.938640507 +0000 +@@ -32,6 +32,7 @@ + #include <glib.h> + #include <glib/gi18n.h> + #include <glib/gstdio.h> ++#include <stdlib.h> + #include <algorithm> + #include <memory> + |