Date: Sun, 17 Aug 2014 19:56:16 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r365237 - head/sysutils/fusefs-encfs/files Message-ID: <201408171956.s7HJuGLt099810@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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" -
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408171956.s7HJuGLt099810>