svn commit: r365237 - head/sysutils/fusefs-encfs/files
John Marino
marino at FreeBSD.org
Sun Aug 17 19:56:16 UTC 2014
Author: marino
Date: Sun Aug 17 19:56:15 2014
New Revision: 365237
URL: http://svnweb.freebsd.org/changeset/ports/365237
QAT: https://qat.redports.org/buildarchive/r365237/
Log:
sysutils/encfs: Fix compilation on gcc48
PR: 192645
Submitted by: Olivier (interfaSys)
Modified:
head/sysutils/fusefs-encfs/files/patch-encfs__encfsctl.cpp
Modified: head/sysutils/fusefs-encfs/files/patch-encfs__encfsctl.cpp
==============================================================================
--- head/sysutils/fusefs-encfs/files/patch-encfs__encfsctl.cpp Sun Aug 17 19:54:47 2014 (r365236)
+++ head/sysutils/fusefs-encfs/files/patch-encfs__encfsctl.cpp Sun Aug 17 19:56:15 2014 (r365237)
@@ -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"
-
More information about the svn-ports-head
mailing list