Date: Wed, 7 Jun 2006 12:20:44 +0300 From: Vasil Dimov <vd@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: brooks@FreeBSD.org Subject: ports/98615: [patch] net/globus4: fix test for the PowerPC architecture Message-ID: <20060607092044.GA99596@qlovarnika.bg.datamax> Resent-Message-ID: <200606071020.k57AKIdZ010872@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 98615 >Category: ports >Synopsis: [patch] net/globus4: fix test for the PowerPC architecture >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jun 07 10:20:18 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Vasil Dimov >Release: FreeBSD 6.1-STABLE amd64 >Organization: N/A >Environment: >Description: See http://lists.freebsd.org/pipermail/freebsd-ports/2006-April/031543.html >How-To-Repeat: >Fix: --- globus4_ppc.diff begins here --- Index: Makefile =================================================================== RCS file: /usr/local/pcvs/ports/net/globus4/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- Makefile 21 Mar 2006 15:58:42 -0000 1.5 +++ Makefile 7 Jun 2006 09:16:53 -0000 @@ -106,7 +106,7 @@ IGNORE= FreeBSD < 5.3 not supported .endif -.if (${ARCH} == "i386") || (${ARCH} == "ppc") +.if (${ARCH} == "i386") || (${ARCH} == "powerpc") ARCHBITS?=32 PERL_ARCH= ${ARCH}-freebsd-64int .else --- globus4_ppc.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060607092044.GA99596>