summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authormishka <mishka>2012-07-24 21:26:27 +0000
committermishka <mishka>2012-07-24 21:26:27 +0000
commit01630aece113c9d44139ddbcf1bbbd8286fd7574 (patch)
tree07018bb61cbe2c71967ce11dd24e29b79a835c74 /math
parent0baceeffcae3699b3f3580ea27a81efc5dad6ed4 (diff)
downloadpkgsrc-01630aece113c9d44139ddbcf1bbbd8286fd7574.tar.gz
On internationalized environment some locales may fail wich equals
to error during addons installation phase - force all locales to C.
Diffstat (limited to 'math')
-rw-r--r--math/R/Makefile.extension4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/R/Makefile.extension b/math/R/Makefile.extension
index 954d72b9411..963d6593409 100644
--- a/math/R/Makefile.extension
+++ b/math/R/Makefile.extension
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.extension,v 1.14 2009/06/16 15:25:31 joerg Exp $
+# $NetBSD: Makefile.extension,v 1.15 2012/07/24 21:26:27 mishka Exp $
#
# This Makefile fragment is included by packages for R library packages.
#
@@ -24,7 +24,7 @@ INSTALLATION_DIRS= ${R_LIB}
do-build:
do-install:
- R_LIBS= ${LOCALBASE}/bin/R CMD INSTALL ${R_PKG_INSTALL_ARGS} ${WRKDIR}/${R_PKGNAME}
+ LC_ALL=C R_LIBS= ${LOCALBASE}/bin/R CMD INSTALL ${R_PKG_INSTALL_ARGS} ${WRKDIR}/${R_PKGNAME}
R_LIB= lib/R/library
R_INST_DIRS?= ${R_PKGNAME}