From d79be7db26fa484726c1722860dfa59e4bc47adf Mon Sep 17 00:00:00 2001 From: Maho Nakata Date: Tue, 16 Jan 2007 02:25:48 +0000 Subject: [PATCH] * Remove CONFLICT between elmer-umfpack. * portlint. --- math/suitesparse/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/math/suitesparse/Makefile b/math/suitesparse/Makefile index 463595b832aa..41143a955a0a 100644 --- a/math/suitesparse/Makefile +++ b/math/suitesparse/Makefile @@ -32,7 +32,7 @@ BLAS= -L${LOCALBASE}/lib -lblas LAPACK= -L${LOCALBASE}/lib -llapack .endif -CONFLICTS= elmer-umfpack-4* umfpack-* +CONFLICTS= umfpack-* .include @@ -97,7 +97,7 @@ do-build: post-build: 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 ;\ - ln -s $${i}.so.${SVERSION} $${i}.so ;\ + ${LN} -s $${i}.so.${SVERSION} $${i}.so ;\ done do-install: