diff options
author | makc <makc@FreeBSD.org> | 2011-05-12 16:44:46 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2011-05-12 16:44:46 +0800 |
commit | 5b570462faa04998cdeff0b5767aed4661665c76 (patch) | |
tree | dd627c6c1945e32c9e930afa366d579967c59703 /archivers/libzip | |
parent | ed98c715de65615d7c618152c6590731b686d897 (diff) | |
download | freebsd-ports-gnome-5b570462faa04998cdeff0b5767aed4661665c76.tar.gz freebsd-ports-gnome-5b570462faa04998cdeff0b5767aed4661665c76.tar.zst freebsd-ports-gnome-5b570462faa04998cdeff0b5767aed4661665c76.zip |
Fix build with some non-default locales.
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 |