aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/unzip
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2009-10-26 23:40:48 +0800
committerache <ache@FreeBSD.org>2009-10-26 23:40:48 +0800
commitddc93f9c7b969805a74e16b4aed37f322b515659 (patch)
tree3265212e228e8363a274a6a89bdb7aa16aeeabaf /archivers/unzip
parent9a7883f589219db19aba42d16eb4791a95461532 (diff)
downloadfreebsd-ports-gnome-ddc93f9c7b969805a74e16b4aed37f322b515659.tar.gz
freebsd-ports-gnome-ddc93f9c7b969805a74e16b4aed37f322b515659.tar.zst
freebsd-ports-gnome-ddc93f9c7b969805a74e16b4aed37f322b515659.zip
Remove -DUNICODE_WCHAR, too early
Diffstat (limited to 'archivers/unzip')
-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)