Subject: CVS commit: pkgsrc/audio/lame
From: Maya Rashish
Date: 2016-09-02 16:07:43
Message id: 20160902140743.92F15FBC3@cvs.NetBSD.org

Log Message:
Use a compile test at configure to check for SSE, not just the existence
of a header.
Default compiler setup in netbsd disables SSE, we cannot compile stuff
that uses it - but we do have the headers for it.

Allows us to get rid of SSE disabling for sunpro compiler, it should
fail the compile test as well.

Patch from FreeBSD (pointed out by John D. Baker)

Fixes PR pkg/51209: audio/lame build fails on i386-7.99.30

Files:
RevisionActionfile
1.79modifypkgsrc/audio/lame/Makefile
1.27modifypkgsrc/audio/lame/distinfo
1.2modifypkgsrc/audio/lame/patches/patch-configure