Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 May 2005 19:57:37 +0900
From:      Alexander Nedotsukov <bland@FreeBSD.org>
To:        Tilman Linneweh <arved@FreeBSD.org>
Cc:        gnome@FreeBSD.org
Subject:   Re: guile on powerpc
Message-ID:  <429AF1A1.2000209@FreeBSD.org>
In-Reply-To: <20050530104315.GN92909@arved.at>
References:  <20050530104315.GN92909@arved.at>

next in thread | previous in thread | raw e-mail | index | archive | help
Does it mean our PowerPC threading flacky?
Tilman Linneweh wrote:

>Hi,
>
>Please commit or approve the attached patch,
>
>regards
>tilman
>  
>
>------------------------------------------------------------------------
>
>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
>  
>
>------------------------------------------------------------------------
>
>_______________________________________________
>freebsd-gnome@freebsd.org mailing list
>http://lists.freebsd.org/mailman/listinfo/freebsd-gnome
>To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org"
>  
>




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?429AF1A1.2000209>