ports/73720: [MAINTAINER] lang/pike72: fix breakage on 64bit arch machines

Xavier Beaudouin kiwi at oav.net
Tue Nov 9 16:40:30 UTC 2004


>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:



More information about the freebsd-ports-bugs mailing list