diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-02-14 16:02:56 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-02-14 16:02:56 +0000 |
commit | 0144d93359b3b44caed68a5addc36caa1adb583d (patch) | |
tree | 89a07f884c442efa08491bf4eab139e61dadb168 /lang/clisp | |
parent | b5f80f0f0cc40e000f39ce8ac3ef540744841601 (diff) | |
download | ports-0144d93359b3b44caed68a5addc36caa1adb583d.tar.gz ports-0144d93359b3b44caed68a5addc36caa1adb583d.zip |
Notes
Diffstat (limited to 'lang/clisp')
-rw-r--r-- | lang/clisp/Makefile | 9 |
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 |