aboutsummaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2009-10-26 15:40:48 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2009-10-26 15:40:48 +0000
commite1f251b8a543775b0f6a9d8d5b60a0325d110575 (patch)
tree32f8db5918f81f11f09013fec87a309869e89d70 /archivers
parentec04f6e653e47460ca87d776854c076b76d390d6 (diff)
downloadports-e1f251b8a543775b0f6a9d8d5b60a0325d110575.tar.gz
ports-e1f251b8a543775b0f6a9d8d5b60a0325d110575.zip
Remove -DUNICODE_WCHAR, too early
Notes
Notes: svn path=/head/; revision=243343
Diffstat (limited to 'archivers')
-rw-r--r--archivers/unzip/Makefile2
1 files changed, 1 insertions, 1 deletions
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)