aboutsummaryrefslogtreecommitdiff
path: root/math/qrupdate/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/qrupdate/Makefile')
-rw-r--r--math/qrupdate/Makefile12
1 files changed, 2 insertions, 10 deletions
diff --git a/math/qrupdate/Makefile b/math/qrupdate/Makefile
index 44e394682710..2fc1955fe818 100644
--- a/math/qrupdate/Makefile
+++ b/math/qrupdate/Makefile
@@ -12,21 +12,13 @@ LIB_DEPENDS= libblas.so:math/blas \
liblapack.so:math/lapack
USES= fortran gmake
+USE_LDCONFIG= yes
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "sparc64"
-PICFLAG?= -fPIC
-BROKEN= Does not compile on sparc64: assertions fail
-.else
PICFLAG?= -fpic
-.endif
-
-USE_LDCONFIG= yes
pre-build:
@${REINPLACE_CMD} -e 's+%%FC%%+${FC}+g ; s+%%FFLAGS%%+${FFLAGS}+g ; \
s+%%PICFLAG%%+${PICFLAG}+g ; ' \
${WRKSRC}/Makeconf
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>