Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  9 Nov 2004 17:35:57 +0100 (CET)
From:      Xavier Beaudouin <kiwi@oav.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/73720: [MAINTAINER] lang/pike72: fix breakage on 64bit arch machines
Message-ID:  <20041109163557.994674ACB2@mx2.oav.net>
Resent-Message-ID: <200411091640.iA9GeT9Q084760@freefall.freebsd.org>

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

>Number:         73720
>Category:       ports
>Synopsis:       [MAINTAINER] lang/pike72: fix breakage on 64bit arch machines
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 09 16:40:29 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Xavier Beaudouin
>Release:        FreeBSD 5.2.1-RELEASE-p3 i386
>Organization:
The Caudium Group / Association Kazar
>Environment:
System: FreeBSD domu.oav.net 5.2.1-RELEASE-p3 FreeBSD 5.2.1-RELEASE-p3 #0: Thu Mar 18 12:25:33 CET 2004
>Description:
This patch will fix breakage on 64bit arch machines (eg sparc64, amd64 and alpha).

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- pike72-7.2.570.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/lang/pike72.old/Makefile /usr/ports/lang/pike72/Makefile
--- /usr/ports/lang/pike72.old/Makefile	Tue Nov  9 17:31:38 2004
+++ /usr/ports/lang/pike72/Makefile	Tue Nov  9 17:33:01 2004
@@ -54,8 +54,8 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${ARCH} == "amd64"
-BROKEN=		"Build fails on amd64"
+.if ${ARCH} == "i386"
+CONFIGURE_ARGS+=	--with-long-double-precision
 .endif
 
 PLIST_SUB+=	PORTVERSION=${PORTVERSION}
--- pike72-7.2.570.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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