summaryrefslogtreecommitdiff
path: root/lang/guile/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/guile/Makefile')
-rw-r--r--lang/guile/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/lang/guile/Makefile b/lang/guile/Makefile
index f2481199eb8..87e955d416b 100644
--- a/lang/guile/Makefile
+++ b/lang/guile/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2004/10/15 14:50:06 tv Exp $
+# $NetBSD: Makefile,v 1.57 2004/11/12 06:39:20 jlam Exp $
DISTNAME= guile-1.6.4
PKGREVISION= 4
@@ -23,10 +23,6 @@ INFO_FILES= guile.info guile-tut.info goops.info r5rs.info
TEST_DIRS= ${WRKSRC}
TEST_TARGET= check
-# Link the native thread so that Guile processes won't die when
-# libpthread.so is dl_open(3)'ed.
-CFLAGS+= ${PTHREAD_CFLAGS}
-
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "Darwin"