Subject: pkg/35191: www/firefox2 does not build on amd64
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: None <blair.sadewitz@gmail.com>
List: pkgsrc-bugs
Date: 12/05/2006 18:20:00
>Number:         35191
>Category:       pkg
>Synopsis:       www/firefox2 does not build on amd64
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Dec 05 18:20:00 +0000 2006
>Originator:     Blair Sadewitz
>Release:        4.99.5
>Organization:
>Environment:
4.99.5 amd64
>Description:
www/firefox2 does not build on amd64 due to the incorrect specification of ``unixish'' xptcstubs.
>How-To-Repeat:
Build firefox2 on amd64.
>Fix:
Use linux stubs instead.

--- Makefile.orig       2006-12-05 13:10:39.000000000 -0500
+++ Makefile    2006-12-05 13:11:19.000000000 -0500
@@ -66,7 +66,7 @@
 CPPSRCS                := xptcinvoke_unixish_x86.cpp xptcstubs_unixish_x86.cpp
 endif
 ifeq (amd64,$(OS_TEST))
-CPPSRCS                := xptcinvoke_unixish_amd64.cpp xptcstubs_unixish_amd64.
cpp
+CPPSRCS                := xptcinvoke_x86_64_linux.cpp xptcstubs_x86_64_linux.cp
p
 endif
 endif
 #