diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2011-05-12 08:44:46 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2011-05-12 08:44:46 +0000 |
commit | ca78cea7931144e0eb45aac530024b357c51c634 (patch) | |
tree | 3264545455a855b368f1101a0286662dc4a53467 /archivers/libzip | |
parent | 6c7af0064e06bea40c6e00d5462942974183e893 (diff) | |
download | ports-ca78cea7931144e0eb45aac530024b357c51c634.tar.gz ports-ca78cea7931144e0eb45aac530024b357c51c634.zip |
Notes
Diffstat (limited to 'archivers/libzip')
-rw-r--r-- | archivers/libzip/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archivers/libzip/Makefile b/archivers/libzip/Makefile index 0c0159f4437c..b05d0d2f4523 100644 --- a/archivers/libzip/Makefile +++ b/archivers/libzip/Makefile @@ -15,6 +15,7 @@ COMMENT= A C library for reading, creating, and modifying zip archives USE_BZIP2= yes GNU_CONFIGURE= yes +MAKE_ENV= LC_ALL="C" USE_AUTOTOOLS= libtool USE_GNOME= gnomehack pkgconfig USE_LDCONFIG= yes |