guile on powerpc

Tilman Linneweh arved at FreeBSD.org
Mon May 30 03:43:18 PDT 2005


Hi,

Please commit or approve the attached patch,

regards
tilman
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/lang/guile/Makefile,v
retrieving revision 1.53
diff -u -r1.53 Makefile
--- Makefile	20 Nov 2004 18:20:06 -0000	1.53
+++ Makefile	30 May 2005 10:31:39 -0000
@@ -37,7 +37,7 @@
 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


More information about the freebsd-gnome mailing list