From ddc93f9c7b969805a74e16b4aed37f322b515659 Mon Sep 17 00:00:00 2001 From: ache Date: Mon, 26 Oct 2009 15:40:48 +0000 Subject: Remove -DUNICODE_WCHAR, too early --- archivers/unzip/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archivers') diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile index 97a7103134bf..bc9cc1c5654d 100644 --- a/archivers/unzip/Makefile +++ b/archivers/unzip/Makefile @@ -26,7 +26,7 @@ PORTDOCS= README WHERE MAN1= ${UNZIP_NAME}.1 funzip.1 unzipsfx.1 zipgrep.1 zipinfo.1 LOCAL_UNZIP= ${CFLAGS} -DACORN_FTYPE_NFS -DWILD_STOP_AT_DIR \ - -DUNICODE_SUPPORT -DUNICODE_WCHAR -DUTF8_MAYBE_NATIVE -D_MBCS \ + -DUNICODE_SUPPORT -DUTF8_MAYBE_NATIVE -D_MBCS \ -DLARGE_FILE_SUPPORT .if defined(WITH_UNZIP_UNREDUCE) -- cgit