mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Really fix build under locale
Submitted by: Clemens Fischer <ino-qc@spotteswoode.de.eu.org>
This commit is contained in:
parent
b5f80f0f0c
commit
0144d93359
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=128798
1 changed files with 8 additions and 1 deletions
|
@ -22,11 +22,18 @@ GNU_CONFIGURE= yes
|
||||||
USE_GCC= 2.95
|
USE_GCC= 2.95
|
||||||
USE_GETTEXT= yes
|
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
|
# 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
|
# 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
|
# the one the top-level configure cached. We'll explicitly set CC to avoid
|
||||||
# this.
|
# this.
|
||||||
MAKE_ENV+= CC="${CC}" LANG=C
|
MAKE_ENV+= CC="${CC}"
|
||||||
CONFIGURE_ENV+= CC="${CC}"
|
CONFIGURE_ENV+= CC="${CC}"
|
||||||
|
|
||||||
# The build uses INSTALL_* to copy files around, but since the Ports
|
# The build uses INSTALL_* to copy files around, but since the Ports
|
||||||
|
|
Loading…
Add table
Reference in a new issue