diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2008-05-25 11:23:23 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2008-05-25 11:23:23 +0000 |
commit | 5903d61c85c791f2c27caafa81ebcda1df66ced4 (patch) | |
tree | 7dd5dc22776ad3fa2ef3b28b24bc6aba217028ec /sysutils/fusefs-encfs/files/patch-encfs__encfsctl.cpp | |
parent | Remove japanese/kochi-cidfonts. This CID-keyed font is suspected (diff) |
- Update to 1.4.2
- Take maintainership (requested by maintainer)
PR: 123967
Submitted by: leeym
Approved by: trasz
Notes
Notes:
svn path=/head/; revision=213651
Diffstat (limited to 'sysutils/fusefs-encfs/files/patch-encfs__encfsctl.cpp')
-rw-r--r-- | sysutils/fusefs-encfs/files/patch-encfs__encfsctl.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/fusefs-encfs/files/patch-encfs__encfsctl.cpp b/sysutils/fusefs-encfs/files/patch-encfs__encfsctl.cpp new file mode 100644 index 000000000000..c282e2f4f600 --- /dev/null +++ b/sysutils/fusefs-encfs/files/patch-encfs__encfsctl.cpp @@ -0,0 +1,13 @@ +--- 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" + |