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:   [Bug 217004] graphics/dri: Build breaks with "-ivybridge"
Message-ID:  <bug-217004-7141-jHoD2pEGXu@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
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D217004

lightside <lightside@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lightside@gmx.com,
                   |                            |x11@FreeBSD.org
 Attachment #179888|                            |maintainer-approval?(x11@Fr
              Flags|                            |eeBSD.org)

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

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

--=20
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.=



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