Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Feb 2017 22:07:35 +0000
From:      bugzilla-noreply@freebsd.org
To:        x11@FreeBSD.org
Subject:   maintainer-approval requested: [Bug 217004] graphics/dri: Build breaks with "-ivybridge" : [Attachment 179888] Proposed patch (since 433897 revision): graphics/libGL
Message-ID:  <bug-217004-7141-59eE1D75TD@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-217004-7141@https.bugs.freebsd.org/bugzilla/>
References:  <bug-217004-7141@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help

lightside <lightside@gmx.com> has asked x11@FreeBSD.org for
maintainer-approval:
Bug 217004: graphics/dri: Build breaks with "-ivybridge"
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217004

Attachment 179888: Proposed patch (since 433897 revision): graphics/libGL
https://bugs.freebsd.org/bugzilla/attachment.cgi?id=179888&action=edit



--- Comment #3 from lightside <lightside@gmx.com> ---
Created attachment 179888
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=179888&action=edit
Proposed patch (since 433897 revision): graphics/libGL

I attached some patch, which may fix this issue. Based on what in ports r433862
for graphics/libGL/files/configure.ac (stale file?).
How to check:
% echo '-pipe -march=ivybridge ' | sed -e 's/-march=\S*//g'
-pipe ivybridge
% echo '-pipe -march=ivybridge ' | gsed -e 's/-march=\S*//g'
-pipe
% echo '-pipe -march=ivybridge ' | sed -e 's/-march=[[:graph:]]* //g'
-pipe



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-217004-7141-59eE1D75TD>