Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 May 2005 12:43:15 +0200
From:      Tilman Linneweh <arved@FreeBSD.org>
To:        gnome@FreeBSD.org
Cc:        arved@FreeBSD.org
Subject:   guile on powerpc
Message-ID:  <20050530104315.GN92909@arved.at>

next in thread | raw e-mail | index | archive | help

--vkogqOf2sHV7VnPd
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Hi,

Please commit or approve the attached patch,

regards
tilman

--vkogqOf2sHV7VnPd
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=patch-guile

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

--vkogqOf2sHV7VnPd--



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