summaryrefslogtreecommitdiff
path: root/lang/scheme48
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2012-07-05 17:36:24 +0000
committerPawel Pekala <pawel@FreeBSD.org>2012-07-05 17:36:24 +0000
commit7ca9e1e6e646f8feffd177eb054990dec71460e7 (patch)
tree3c889a819c22181817ced14ad57a68a6a5391e45 /lang/scheme48
parentAdd USE_CSTD=gnu89 to fix linking when building with clang (diff)
Add PTHREAD_LIBS to LDFLAGS to fix build with clang
Notes
Notes: svn path=/head/; revision=300525
Diffstat (limited to 'lang/scheme48')
-rw-r--r--lang/scheme48/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/scheme48/Makefile b/lang/scheme48/Makefile
index b4d38719b70b..aa28a9f7a487 100644
--- a/lang/scheme48/Makefile
+++ b/lang/scheme48/Makefile
@@ -19,6 +19,8 @@ USE_GMAKE= yes
CONFLICTS= scsh-*
GNU_CONFIGURE= yes
+LDFLAGS+= ${PTHREAD_LIBS}
+
ALL_TARGET= enough
MAN1= scheme48.1