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=3D217004

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



--- 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



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