Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Apr 2017 17:30:44 +0000
From:      bugzilla-noreply@freebsd.org
To:        x11@FreeBSD.org
Subject:   [Bug 218562] graphics/dri: typo in BSD sed fix from Mesa 17.1
Message-ID:  <bug-218562-7141-0V2r3j1RRq@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-218562-7141@https.bugs.freebsd.org/bugzilla/>
References:  <bug-218562-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=3D218562

--- Comment #4 from Jan Beich <jbeich@FreeBSD.org> ---
PORTREVISION  was bumped out of caution. llvm-config has a bunch of -f* fla=
gs
that neither Mesa build nor the ports framework passes otherwise.

$ llvm-config40 --cxxflags | sed 'y/ /\n/' | sed '/^-f/!d'
-fno-strict-aliasing
-fno-omit-frame-pointer
-fstack-protector
-fPIC
-fvisibility-inlines-hidden
-fcolor-diagnostics
-ffunction-sections
-fdata-sections
-fno-strict-aliasing
-fno-omit-frame-pointer
-fstack-protector
-fno-exceptions
-fno-rtti

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



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