From owner-freebsd-gnome@FreeBSD.ORG Mon May 30 10:43:18 2005 Return-Path: X-Original-To: gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C90B16A41C; Mon, 30 May 2005 10:43:18 +0000 (GMT) (envelope-from tilman@arved.at) Received: from 21322530218.direct.eti.at (21322530218.direct.eti.at [213.225.30.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id A491643D1D; Mon, 30 May 2005 10:43:17 +0000 (GMT) (envelope-from tilman@arved.at) Received: from jim.arved.de (localhost [127.0.0.1]) by 21322530218.direct.eti.at (8.13.1/8.13.1) with ESMTP id j4UAhFnp073628; Mon, 30 May 2005 12:43:15 +0200 (CEST) (envelope-from tilman@arved.at) Received: (from arved@localhost) by jim.arved.de (8.13.3/8.13.1/Submit) id j4UAhFfv073627; Mon, 30 May 2005 12:43:15 +0200 (CEST) (envelope-from tilman@arved.at) X-Authentication-Warning: jim.arved.de: arved set sender to tilman@arved.at using -f Date: Mon, 30 May 2005 12:43:15 +0200 From: Tilman Linneweh To: gnome@FreeBSD.org Message-ID: <20050530104315.GN92909@arved.at> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="vkogqOf2sHV7VnPd" Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Cc: arved@FreeBSD.org Subject: guile on powerpc X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 May 2005 10:43:18 -0000 --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--