[Bug 217004] graphics/dri: Build breaks with "-ivybridge"

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Feb 11 22:07:36 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217004

lightside <lightside at gmx.com> changed:

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

--- Comment #3 from lightside <lightside at 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

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


More information about the freebsd-x11 mailing list