diff options
author | John Marino <marino@FreeBSD.org> | 2015-03-25 15:37:15 +0800 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-03-25 15:37:15 +0800 |
commit | f7fc243237d967aba76bb0b8a954cf952eca0693 (patch) | |
tree | 3417a6e6d1d00e03135a08921179dc70e19d3610 /math/sage | |
parent | 5348f0038b415ada3adde7133e4f8b93de066bd2 (diff) | |
download | freebsd-ports-gnome-f7fc243237d967aba76bb0b8a954cf952eca0693.tar.gz freebsd-ports-gnome-f7fc243237d967aba76bb0b8a954cf952eca0693.tar.zst freebsd-ports-gnome-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
Diffstat (limited to 'math/sage')
-rw-r--r-- | math/sage/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/sage/Makefile b/math/sage/Makefile index 36d0e9b0f431..91f1b3e5dba4 100644 --- a/math/sage/Makefile +++ b/math/sage/Makefile @@ -54,7 +54,7 @@ LATEST_LINK= sage-math # Conflicts with graphics/sage. MAKE_ARGS+= ARCH="${AR}" post-patch: - ${REINPLACE_CMD} 's/$$MAKE $$gettext/$$MAKE PTHREAD_LIBS=${PTHREAD_LIBS} $$gettext/' ${WRKSRC}/build/pkgs/git/spkg-install + ${REINPLACE_CMD} 's/$$MAKE $$gettext/$$MAKE PTHREAD_LIBS=-lpthread $$gettext/' ${WRKSRC}/build/pkgs/git/spkg-install # Create wrapper for invocation of make. @${MKDIR} ${WRKSRC}/local/bin |