aboutsummaryrefslogtreecommitdiffstats
path: root/lang/scheme48
diff options
context:
space:
mode:
authorpawel <pawel@FreeBSD.org>2012-07-06 01:36:24 +0800
committerpawel <pawel@FreeBSD.org>2012-07-06 01:36:24 +0800
commit7d83dbcab0531c66312275a8ab9453a5375920b5 (patch)
treecc5945b8b120d5aca86c3f335b8e5a1b31a70aef /lang/scheme48
parented0bd32625534bfc48dfe8105285096b94953c9b (diff)
downloadfreebsd-ports-gnome-7d83dbcab0531c66312275a8ab9453a5375920b5.tar.gz
freebsd-ports-gnome-7d83dbcab0531c66312275a8ab9453a5375920b5.tar.zst
freebsd-ports-gnome-7d83dbcab0531c66312275a8ab9453a5375920b5.zip
Add PTHREAD_LIBS to LDFLAGS to fix build with clang
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