fix compiler runtime library path after recent changes to bsd.gcc.mk

Prodded by:	gerald
Feature safe:	yes
This commit is contained in:
Brendan Fabeny 2012-10-14 18:04:51 +00:00
parent dead2618db
commit 1a213af246
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=305888

View File

@ -7,7 +7,7 @@
PORTNAME= atlas
PORTVERSION= 3.8.4
PORTREVISION= 1
PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= math
MASTER_SITES= SF/math-${PORTNAME}/Stable/${PORTVERSION}
@ -54,7 +54,7 @@ POINTER?= 32
.endif
.if defined(MAINTAINER_MODE)
LIB_DEPENDS+= blas.2:${PORTSDIR}/math/blas
LIB_DEPENDS+= blas:${PORTSDIR}/math/blas
.endif
.for i in DATA DOCS
@ -87,7 +87,7 @@ PLIST_SUB+= ${opt}="@comment "
. endif
.endfor
EXTRA_FLAGS?= -Wl,-rpath=${LOCALBASE}/lib/${_GCC_BUILD_DEPENDS}
EXTRA_FLAGS?= -Wl,-rpath=${_GCC_RUNTIME}
SHARED_FLAGS= ${PTHREAD_CFLAGS} ${PICFLAG} -DPIC
SHARED_LAPACK_WRKSRC= WRKSRC_SHARED
STATIC_FLAGS= ${PTHREAD_CFLAGS}