summaryrefslogtreecommitdiff
path: root/math/spooles/files
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/spooles/files
parentUpdate to 6.05. (diff)
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/spooles/files')
-rw-r--r--math/spooles/files/patch-Make.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/spooles/files/patch-Make.inc b/math/spooles/files/patch-Make.inc
index 142e44598f05..8bece8f33248 100644
--- a/math/spooles/files/patch-Make.inc
+++ b/math/spooles/files/patch-Make.inc
@@ -42,7 +42,7 @@
# THREAD_LIBS =
-# THREAD_LIBS = -D_REENTRANT=199506L -lpthread
- THREAD_LIBS = -D_POSIX_C_SOURCE=199506L -lpthread
-+THREAD_LIBS = -D_REENTRANT=199506L %%PTHREAD_LIBS%%
++THREAD_LIBS = -D_REENTRANT=199506L -lpthread
+# THREAD_LIBS = -D_POSIX_C_SOURCE=199506L -lpthread
# THREAD_LIBS = -lpthread
#