diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2009-10-26 15:40:48 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2009-10-26 15:40:48 +0000 |
commit | e1f251b8a543775b0f6a9d8d5b60a0325d110575 (patch) | |
tree | 32f8db5918f81f11f09013fec87a309869e89d70 /archivers | |
parent | ec04f6e653e47460ca87d776854c076b76d390d6 (diff) | |
download | ports-e1f251b8a543775b0f6a9d8d5b60a0325d110575.tar.gz ports-e1f251b8a543775b0f6a9d8d5b60a0325d110575.zip |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/unzip/Makefile | 2 |
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) |