freebsd-ports/sysutils/fusefs-encfs/files/patch-encfs__encfsctl.cpp
Yen-Ming Lee 5903d61c85 - Update to 1.4.2
- Take maintainership (requested by maintainer)

PR:		123967
Submitted by:	leeym
Approved by:	trasz
2008-05-25 11:23:23 +00:00

13 lines
303 B
C++

--- 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>
#include <sys/stat.h>
#include <fcntl.h>
#ifdef __FreeBSD__
-#include <libintl.h>
+#include "gettext.h"
#endif
#include "i18n.h"