summaryrefslogtreecommitdiff
path: root/lang/guile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/guile')
-rw-r--r--lang/guile/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/guile/Makefile b/lang/guile/Makefile
index 0616e76f94ce..cbe8667dae63 100644
--- a/lang/guile/Makefile
+++ b/lang/guile/Makefile
@@ -37,7 +37,7 @@ INFO= goops guile-tut guile r5rs
EXTRA_PATCHES= ${FILESDIR}/extra-patch-ia64
.endif
-.if ${ARCH} != "ia64" && ${ARCH} != "amd64"
+.if ${ARCH} != "ia64" && ${ARCH} != "amd64" && ${ARCH} != "powerpc"
CONFIGURE_ARGS+=--with-threads
PLIST_SUB+= THREADS:=""
.else