diff options
author | wxs <wxs@FreeBSD.org> | 2008-07-03 07:02:46 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2008-07-03 07:02:46 +0800 |
commit | e955ad1f242d0bd02828d209d04a89dc66785482 (patch) | |
tree | 8cecb9096deaa5b6a9697ed2b8b7063df2f0a3c8 /archivers | |
parent | c58a1fc2a738e38c3c67aa0fa12a2f321cc3abad (diff) | |
download | freebsd-ports-gnome-e955ad1f242d0bd02828d209d04a89dc66785482.tar.gz freebsd-ports-gnome-e955ad1f242d0bd02828d209d04a89dc66785482.tar.zst freebsd-ports-gnome-e955ad1f242d0bd02828d209d04a89dc66785482.zip |
Fix broken build.
PR: ports/125040
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Approved by: Yar Odin <yarodin@gmail.com> (maintainer)
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 |