diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2008-07-02 23:02:46 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2008-07-02 23:02:46 +0000 |
commit | 33d1956a50a7eb429eae87a92a9eb6d58cc04159 (patch) | |
tree | ae63f2d368e20d7bd4213f022960d20610acc082 /archivers | |
parent | b34333e2d3aa107542686f73f30f5c57af45f52a (diff) | |
download | ports-33d1956a50a7eb429eae87a92a9eb6d58cc04159.tar.gz ports-33d1956a50a7eb429eae87a92a9eb6d58cc04159.zip |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/unrar-iconv/files/patch-iconv | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/archivers/unrar-iconv/files/patch-iconv b/archivers/unrar-iconv/files/patch-iconv index 82426ac1fbd0..7bff2b2ff6dd 100644 --- a/archivers/unrar-iconv/files/patch-iconv +++ b/archivers/unrar-iconv/files/patch-iconv @@ -123,12 +123,12 @@ +#define MCHelpSwLO "\n lo<option> Encoding option {ignore,translit,<empty>}" +#define MIconvCannotOpen "\nCannot open iconv to convert between '%s' and '%s' with option '%s'" +#endif ---- makefile.unix Sat Apr 30 11:00:12 2005 -+++ makefile.unix Mon Jan 16 18:04:41 2006 -@@ -10,6 +10,13 @@ - CXXFLAGS=-O2 +--- makefile.unix 2008-05-31 14:18:14.000000000 +0800 ++++ makefile.unix 2008-06-27 17:03:22.459952295 +0800 +@@ -11,6 +11,13 @@ DEFINES=-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE STRIP=strip + DESTDIR=/usr +# iconv stuff. Remove #ICONV# to enable +# where to get iconv.h +CXXFLAGS+= -I/usr/local/include |