Subject: pkg/35568: multimedia/libtheora SunPro amd64 Solaris10
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Gilles Dauphin <dauphin@enst.fr>
List: pkgsrc-bugs
Date: 02/08/2007 10:25:00
>Number:         35568
>Category:       pkg
>Synopsis:       multimedia/libtheora SunPro amd64 Solaris10
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Feb 08 10:25:00 +0000 2007
>Originator:     Gilles Dauphin
>Release:        SunOS 5.10 i86pc
>Organization:
ENST 
>Environment:


System: SunOS bi.enst.fr 5.10 Generic_118855-19 i86pc


>Description:


Sunpro don't compile the assembler code of libtheora.
don't use asm


>How-To-Repeat:


bmake


>Fix:


--- Makefile.orig       Mon Nov 20 17:24:36 2006
+++ Makefile    Thu Feb  8 11:11:18 2007
@@ -23,3 +23,7 @@
 .include "../../multimedia/libogg/buildlink3.mk"
 
 .include "../../mk/bsd.pkg.mk"
+
+.if ${PKGSRC_COMPILER} == "sunpro"
+CONFIGURE_ARGS+=       --disable-asm
+.endif