From 0375eb51f34c26e5b5107fdcfecb4c8d74949676 Mon Sep 17 00:00:00 2001 From: delphij Date: Tue, 17 Feb 2015 23:21:35 +0000 Subject: Fix build. The merge should have been tested against an ICONV build. Submitted by: jbeich Pointy hat to: delphij MFH: 2015Q1 --- archivers/unzip/files/extra-iconv-patch-unix_unix.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'archivers/unzip/files') diff --git a/archivers/unzip/files/extra-iconv-patch-unix_unix.c b/archivers/unzip/files/extra-iconv-patch-unix_unix.c index 152e3e7295b9..ab650731f391 100644 --- a/archivers/unzip/files/extra-iconv-patch-unix_unix.c +++ b/archivers/unzip/files/extra-iconv-patch-unix_unix.c @@ -1,5 +1,5 @@ ---- unix/unix.c.orig 2009-01-23 23:31:26 UTC -+++ unix/unix.c +--- unix.c.orig 2015-02-17 15:18:36.176142072 -0800 ++++ unix.c 2015-02-17 15:18:56.289341100 -0800 @@ -30,6 +30,9 @@ #define UNZIP_INTERNAL #include "unzip.h" @@ -10,7 +10,7 @@ #ifdef SCO_XENIX # define SYSNDIR #else /* SCO Unix, AIX, DNIX, TI SysV, Coherent 4.x, ... */ -@@ -1874,3 +1877,90 @@ static void qlfix(__G__ ef_ptr, ef_len) +@@ -1874,3 +1877,102 @@ } } #endif /* QLZIP */ -- cgit