Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Mar 2014 02:58:44 +0000 (UTC)
From:      Maho Nakata <maho@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r347160 - head/math/blacs
Message-ID:  <201403060258.s262wiE9046058@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: maho
Date: Thu Mar  6 02:58:44 2014
New Revision: 347160
URL: http://svnweb.freebsd.org/changeset/ports/347160
QAT: https://qat.redports.org/buildarchive/r347160/

Log:
  fix build on FreeBSD/i386 8.x
  
  PR:		187090
  Submitted by:	tijl@

Modified:
  head/math/blacs/Makefile

Modified: head/math/blacs/Makefile
==============================================================================
--- head/math/blacs/Makefile	Thu Mar  6 00:24:09 2014	(r347159)
+++ head/math/blacs/Makefile	Thu Mar  6 02:58:44 2014	(r347160)
@@ -90,7 +90,7 @@ post-build:
 	${MV} ${WRKSRC_SHARED}/LIB/blacsCinit_MPI-FreeBSD-${DEBUG_LEVEL}.a     ${WRKSRC_SHARED}/LIB/libblacs.a
 	${FIND} ${WRKSRC_SHARED} -name "*\.a" -exec ${MV} {} ${WRKDIR}/tmp_shared \;
 	cd ${WRKDIR}/tmp_shared ; for i in `ls *.a | ${SED}  's/\.a//' `; do \
-		ld -Bshareable -o $${i}.so.${SVERSION} -x -soname $${i}.so.${SVERSION} --whole-archive $${i}.a ;\
+		${LD} -Bshareable -o $${i}.so.${SVERSION} -x -soname $${i}.so.${SVERSION} --whole-archive $${i}.a ;\
 	${LN} -s $${i}.so.${SVERSION} $${i}.so ;\
 	done
 



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