Subject: pkg/37436: audio/sox-13.0.0 requires (included) fix for IRIX/MIPSpro
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: None <srcshelton@gmail.com>
List: pkgsrc-bugs
Date: 11/26/2007 12:05:00
>Number: 37436
>Category: pkg
>Synopsis: audio/sox-13.0.0 requires (included) fix for IRIX/MIPSpro
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Mon Nov 26 12:05:00 +0000 2007
>Originator: Stuart Shelton
>Release: n/a - lastest CVS
>Organization:
>Environment:
IRIX64 octane 6.5 07202013 IP30 - MIPSpro 7.4.4m
>Description:
sox fails to build on IRIX with native compilers due to the token "UNUSED" appearing in many places within the source.
>How-To-Repeat:
>Fix:
I simply ran:
sed -i 's/ UNUSED//g' $( grep -R " UNUSED" $PKGSRCDIR/../var/tmp/a
udio/sox/work/sox*/ | cut -d ":" -f 1 )