From ca78cea7931144e0eb45aac530024b357c51c634 Mon Sep 17 00:00:00 2001 From: Max Brazhnikov Date: Thu, 12 May 2011 08:44:46 +0000 Subject: [PATCH] Fix build with some non-default locales. --- archivers/libzip/Makefile | 1 + 1 file changed, 1 insertion(+) 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