aboutsummaryrefslogtreecommitdiffstats
path: root/lang/clisp
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-02-15 00:02:56 +0800
committerpav <pav@FreeBSD.org>2005-02-15 00:02:56 +0800
commitebf01bf4ff28f2330bf94b6d1dbaeb148ca2808a (patch)
tree8879192706470bd3d33d2c0e3f4549fca6ed35c1 /lang/clisp
parent601358afd7a59d90edb282952aec89762f6062f5 (diff)
downloadfreebsd-ports-gnome-ebf01bf4ff28f2330bf94b6d1dbaeb148ca2808a.tar.gz
freebsd-ports-gnome-ebf01bf4ff28f2330bf94b6d1dbaeb148ca2808a.tar.zst
freebsd-ports-gnome-ebf01bf4ff28f2330bf94b6d1dbaeb148ca2808a.zip
- Really fix build under locale
Submitted by: Clemens Fischer <ino-qc@spotteswoode.de.eu.org>
Diffstat (limited to 'lang/clisp')
-rw-r--r--lang/clisp/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/lang/clisp/Makefile b/lang/clisp/Makefile
index c49e700efa51..5d4d64b6ca08 100644
--- a/lang/clisp/Makefile
+++ b/lang/clisp/Makefile
@@ -22,11 +22,18 @@ GNU_CONFIGURE= yes
USE_GCC= 2.95
USE_GETTEXT= yes
+# -ino: 20050214-1307 taken from lang/perl5.8:
+LOCALE_CLEANUP= LANG="" LC_ALL="" LC_COLLATE="" LC_CTYPE="" \
+ LC_MESSAGES="" LC_MONETARY="" LC_NUMERIC="" \
+ LC_TIME=""
+CONFIGURE_ENV+= ${LOCALE_CLEANUP}
+MAKE_ENV+= ${LOCALE_CLEANUP}
+
# In clisp-2.28, the build dies in the "regexp" module: the build target
# invokes a configure script, which encounters a different CC variable than
# the one the top-level configure cached. We'll explicitly set CC to avoid
# this.
-MAKE_ENV+= CC="${CC}" LANG=C
+MAKE_ENV+= CC="${CC}"
CONFIGURE_ENV+= CC="${CC}"
# The build uses INSTALL_* to copy files around, but since the Ports
ocal function called pause(), because it conflicts with one fromsobomax2002-05-103-0/+51 * fix do-configureijliao2002-05-011-1/+1