freebsd-ports/textproc/stardict3/files/patch-dict__src__dictmanagedlg.cpp
Max Brazhnikov 386686e91c textproc/stardict3:
- Switch off GMOME 2 support by default
- Covert to USES= tar:bzip2
- Add patches to fix gnome-free build with clang
2014-03-25 09:28:59 +00:00

10 lines
297 B
C++

--- ./dict/src/dictmanagedlg.cpp.orig 2012-12-24 10:04:24.000000000 +0000
+++ ./dict/src/dictmanagedlg.cpp 2014-03-25 09:07:04.575980043 +0000
@@ -25,6 +25,7 @@
#include <sys/stat.h>
#include <glib/gi18n.h>
#include <algorithm>
+#include <cstdlib>
#ifdef _WIN32
# include <gdk/gdkwin32.h>