Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Oct 2012 18:04:32 +0000 (UTC)
From:      Brendan Fabeny <bf@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r305887 - head/math/R
Message-ID:  <201210141804.q9EI4W94014282@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bf
Date: Sun Oct 14 18:04:32 2012
New Revision: 305887
URL: http://svn.freebsd.org/changeset/ports/305887

Log:
  fix compiler runtime library path after recent changes to bsd.gcc.mk
  
  Prodded by:	gerald
  Feature safe:	yes

Modified:
  head/math/R/Makefile   (contents, props changed)

Modified: head/math/R/Makefile
==============================================================================
--- head/math/R/Makefile	Sun Oct 14 17:31:43 2012	(r305886)
+++ head/math/R/Makefile	Sun Oct 14 18:04:32 2012	(r305887)
@@ -8,6 +8,7 @@
 
 PORTNAME?=	R
 PORTVERSION=	2.15.1
+PORTREVISION=	1
 CATEGORIES=	math lang
 MASTER_SITES=	http://cran.r-project.org/src/base/R-2/ \
 		ftp://cran.r-project.org/pub/R/src/base/R-2/ \
@@ -79,7 +80,7 @@ OPTIONS_DEFAULT+=	GHOSTSCRIPT INFO_MANUA
 PLIST_SUB=		R_SOVERSION="${R_SOVERSION}" \
 			RBLAS_SOVERSION="${RBLAS_SOVERSION}" \
 			RLAPACK_SOVERSION="${RLAPACK_SOVERSION}"
-R_LD_LIBRARY_PATH=	${LOCALBASE}/lib/${_GCC_BUILD_DEPENDS}:${LOCALBASE}/lib
+R_LD_LIBRARY_PATH=	${_GCC_RUNTIME}:${LOCALBASE}/lib
 USE_ICONV=		yes
 .if !defined(LIBR_SLAVEPORT)
 MAN1=		R.1 Rscript.1



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210141804.q9EI4W94014282>