maintainer-approval requested: [Bug 217004] graphics/dri: Build breaks with "-ivybridge" : [Attachment 179888] Proposed patch (since 433897 revision): graphics/libGL

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


lightside <lightside at gmx.com> has asked x11 at 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 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


More information about the freebsd-x11 mailing list