[arch-commits] Commit in unzip/trunk (PKGBUILD)
Giovanni Scafora
giovanni at archlinux.org
Thu Jun 25 08:34:37 UTC 2009
Date: Thursday, June 25, 2009 @ 04:34:37
Author: giovanni
Revision: 43562
upgpkg: unzip 6.0-4
Added -DNATIVE CFLAGS
Modified:
unzip/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-06-25 08:26:14 UTC (rev 43561)
+++ PKGBUILD 2009-06-25 08:34:37 UTC (rev 43562)
@@ -4,7 +4,7 @@
pkgname=unzip
pkgver=6.0
-pkgrel=3
+pkgrel=4
pkgdesc="Unpacks .zip archives such as those made by PKZIP"
arch=('i686' 'x86_64')
url="http://www.info-zip.org/"
@@ -23,7 +23,7 @@
export CFLAGS="$CFLAGS -D_FILE_OFFSET_BITS=64 -DACORN_FTYPE_NFS \
-DWILD_STOP_AT_DIR -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT \
-DUNICODE_WCHAR -DUTF8_MAYBE_NATIVE -DNO_LCHMOD -DDATE_FORMAT=DF_YMD \
- -DUSE_BZIP2"
+ -DUSE_BZIP2 -DNATIVE"
# From Debian
make -f unix/Makefile LOCAL_UNZIP="$CFLAGS" prefix=/usr LF2="" \
More information about the arch-commits
mailing list