pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/51209 CVS commit: pkgsrc/audio/lame
The following reply was made to PR pkg/51209; it has been noted by GNATS.
From: "Maya Rashish" <maya%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/51209 CVS commit: pkgsrc/audio/lame
Date: Fri, 2 Sep 2016 14:07:43 +0000
Module Name: pkgsrc
Committed By: maya
Date: Fri Sep 2 14:07:43 UTC 2016
Modified Files:
pkgsrc/audio/lame: Makefile distinfo
pkgsrc/audio/lame/patches: patch-configure
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
To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 pkgsrc/audio/lame/Makefile
cvs rdiff -u -r1.26 -r1.27 pkgsrc/audio/lame/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/audio/lame/patches/patch-configure
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index