ports/77023: textproc/xerces-c: fix for compilation on amd64
Johan van Selst
johans at stack.nl
Wed Feb 2 17:40:24 UTC 2005
>Number: 77023
>Category: ports
>Synopsis: textproc/xerces-c: fix for compilation on amd64
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Wed Feb 02 17:40:23 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Johan van Selst
>Release: FreeBSD 6.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD hammer.stack.nl 6.0-CURRENT FreeBSD 6.0-CURRENT #3: Mon Nov 1 18:36:46 CET 2004 marcolz at hammer.stack.nl:/usr/obj/usr/src/sys/HAMMER amd64
>Description:
The install script does not recognise amd64
Fix: add cpu type and everything builds fine
>How-To-Repeat:
>Fix:
Include the following patch (files/patch-src::xercesc::config.sub)
--- src/xercesc/config.sub.orig Wed Feb 2 18:29:07 2005
+++ src/xercesc/config.sub Wed Feb 2 18:29:02 2005
@@ -218,7 +218,7 @@
| mips64vr4300 | mips64vr4300el | mips64vr4100 | mips64vr4100el \
| mips64vr5000 | miprs64vr5000el | mcore \
| sparc | sparclet | sparclite | sparc64 | sparcv9 | v850 | c4x \
- | thumb | d10v | d30v | fr30 | avr)
+ | thumb | d10v | d30v | fr30 | avr | amd64)
basic_machine=$basic_machine-unknown
;;
m6811 | m68hc11 | m6812 | m68hc12)
@@ -262,7 +262,7 @@
| f301-* | armv*-* | s390-* | sv1-* | t3e-* \
| m88110-* | m680[01234]0-* | m683?2-* | m68360-* | z8k-* | d10v-* \
| thumb-* | v850-* | d30v-* | tic30-* | c30-* | fr30-* \
- | bs2000-* | tic54x-* | c54x-* | x86_64-*)
+ | bs2000-* | tic54x-* | c54x-* | x86_64-* | amd64-*)
;;
# Recognize the various machine names and aliases which stand
# for a CPU type and a company and sometimes even an OS.
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list