ports/73721: [MAINTAINER] lang/pike76: Fix 64bits breakage
Xavier Beaudouin
kiwi at oav.net
Tue Nov 9 16:40:30 UTC 2004
>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:
More information about the freebsd-ports-bugs
mailing list