Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Jul 2004 03:04:24 +0900 (JST)
From:      Hiroo Ono <hiroo@oikumene.gcd.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        bdluevel@heitec.net
Subject:   ports/69012: a simple fix for www/xitami build on FreeBSD/amd64
Message-ID:  <200407131804.i6DI4OL7052163@chrysanthe.oikumene.gcd.org>
Resent-Message-ID: <200407131810.i6DIANUq030788@freefall.freebsd.org>

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

>Number:         69012
>Category:       ports
>Synopsis:       a simple fix for www/xitami build on FreeBSD/amd64
>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:   Tue Jul 13 18:10:23 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Hiroo Ono
>Release:        FreeBSD 5.2-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD amd64jp.freebsd.org 5.2-CURRENT FreeBSD 5.2-CURRENT #11: Thu Jul  1 15:19:21 JST 2004     root@amd64jp.freebsd.org:/usr/obj/usr/src/sys/AMD64JP  amd64

>Description:
	www/xitami is marked broken on amd64 (on platform other than i386 and
	alpha). It results from a simple mistake in files/patch-ae.
>How-To-Repeat:

>Fix:
	Apply patch below to files/patch-ae.
	Build an run tested on amd64jp.freebsd.org.

--- patch-ae.orig	Wed Jul 14 02:55:28 2004
+++ patch-ae	Wed Jul 14 02:55:56 2004
@@ -5,7 +5,8 @@
  #   define __UTYPE_FREEBSD
  #   define __UNIX__
 +#if !defined(__i386__)
-+#   define __IS_64_BIT__
++#   undef  __IS_32BIT__
++#   define __IS_64BIT__
 +#endif
  #elif (defined (NetBSD) || defined (__NetBSD__))
  #   define __UTYPE_NETBSD

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



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