aboutsummaryrefslogtreecommitdiff
path: root/math/suitesparse
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2015-03-25 07:37:15 +0000
committerJohn Marino <marino@FreeBSD.org>2015-03-25 07:37:15 +0000
commitf7fc243237d967aba76bb0b8a954cf952eca0693 (patch)
tree3417a6e6d1d00e03135a08921179dc70e19d3610 /math/suitesparse
parent5348f0038b415ada3adde7133e4f8b93de066bd2 (diff)
downloadports-f7fc243237d967aba76bb0b8a954cf952eca0693.tar.gz
ports-f7fc243237d967aba76bb0b8a954cf952eca0693.zip
math category: Remove $PTHREAD_LIBS
Note that math/PDL did not pass stage-QA before, so it was fixed. approved by: PTHREAD blanket
Notes
Notes: svn path=/head/; revision=382199
Diffstat (limited to 'math/suitesparse')
-rw-r--r--math/suitesparse/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/math/suitesparse/Makefile b/math/suitesparse/Makefile
index 052fe0e9fdd9..95ceaa05cf1f 100644
--- a/math/suitesparse/Makefile
+++ b/math/suitesparse/Makefile
@@ -40,7 +40,6 @@ RESTRICTED= GPL and METIS licenses are contradictory
CONFLICTS= umfpack-*
-CFLAGS+= ${PTHREAD_CFLAGS}
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.options.mk>