aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2014-08-18 03:56:15 +0800
committermarino <marino@FreeBSD.org>2014-08-18 03:56:15 +0800
commit89e64704fb180010cb492365ff7dfd66bf9bb299 (patch)
tree9b4fa197d8fa1fe283dfe4036dad173f2c4641a3 /sysutils
parent50151cfdcddee59ab707c0680f82b9915f56f2cc (diff)
downloadfreebsd-ports-gnome-89e64704fb180010cb492365ff7dfd66bf9bb299.tar.gz
freebsd-ports-gnome-89e64704fb180010cb492365ff7dfd66bf9bb299.tar.zst
freebsd-ports-gnome-89e64704fb180010cb492365ff7dfd66bf9bb299.zip
sysutils/encfs: Fix compilation on gcc48
PR: 192645 Submitted by: Olivier (interfaSys)
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/fusefs-encfs/files/patch-encfs__encfsctl.cpp9
1 files changed, 4 insertions, 5 deletions
diff --git a/sysutils/fusefs-encfs/files/patch-encfs__encfsctl.cpp b/sysutils/fusefs-encfs/files/patch-encfs__encfsctl.cpp
index c282e2f4f600..e44816c5d1d5 100644
--- a/sysutils/fusefs-encfs/files/patch-encfs__encfsctl.cpp
+++ b/sysutils/fusefs-encfs/files/patch-encfs__encfsctl.cpp
@@ -1,13 +1,12 @@
---- encfs/encfsctl.cpp.orig 2008-05-22 02:37:48.000000000 -0700
-+++ encfs/encfsctl.cpp 2008-05-22 02:37:57.000000000 -0700
-@@ -36,9 +36,9 @@
- #include <sys/types.h>
+--- encfs/encfsctl.cpp.orig 2014-08-17 19:49:24 UTC
++++ encfs/encfsctl.cpp
+@@ -40,7 +40,8 @@
#include <sys/stat.h>
#include <fcntl.h>
#ifdef __FreeBSD__
-#include <libintl.h>
+#include "gettext.h"
++#include <climits>
#endif
#include "i18n.h"
-