Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  9 Nov 2004 17:36:55 +0100 (CET)
From:      Xavier Beaudouin <kiwi@oav.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/73721: [MAINTAINER] lang/pike76: Fix 64bits breakage
Message-ID:  <20041109163655.AF7F34ACB2@mx2.oav.net>
Resent-Message-ID: <200411091640.iA9GeTQA084816@freefall.freebsd.org>

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

>Number:         73721
>Category:       ports
>Synopsis:       [MAINTAINER] lang/pike76: Fix 64bits breakage
>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 compiling pike on 64bits arch machines (eg sparc64, amd64 and alpha)

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

--- pike76-7.6.24.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/lang/pike76.old/Makefile /usr/ports/lang/pike76/Makefile
--- /usr/ports/lang/pike76.old/Makefile	Tue Nov  9 17:33:21 2004
+++ /usr/ports/lang/pike76/Makefile	Tue Nov  9 17:34:29 2004
@@ -49,8 +49,6 @@
 CONFIGURE_ENV=	CPPFLAGS+=${PTHREAD_CFLAGS}
 CONFIGURE_ARGS+=	--without-debug \
 		 --with-thread-library=${PTHREAD_LIBS} \
-		 --with-double-precision \
-		 --with-long-double-precision \
 		 --disable-rpath \
 		 --without-rtldebug \
 		 --without-cdebug \
@@ -81,8 +79,8 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${ARCH} == "sparc64" || ${ARCH} == "amd64"
-BROKEN=		"Build fails on sparc64 and amd64"
+.if ${ARCH} == "i386"
+CONFIGURE_ARGS+=	--with-long-double-precision
 .endif
 
 PLIST_SUB+=	PORTVERSION=${PORTVERSION}
--- pike76-7.6.24.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?20041109163655.AF7F34ACB2>