diff options
-rw-r--r-- | math/suitesparse/Makefile | 4 |
1 files 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 <bsd.port.pre.mk> @@ -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: |