Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 580476 Details for
Bug 688518
[x11 overlay] app-benchmarks/glmark2-2014.03 sqrt configure fail
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
glmark2-2014.03 ebuild with the fix
glmark2-2014.03-r1.ebuild (text/plain), 1.43 KB, created by
Sandino Araico Sanchez
on 2019-06-23 00:16:22 UTC
(
hide
)
Description:
glmark2-2014.03 ebuild with the fix
Filename:
MIME Type:
Creator:
Sandino Araico Sanchez
Created:
2019-06-23 00:16:22 UTC
Size:
1.43 KB
patch
obsolete
># Copyright 1999-2015 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Id$ > >EAPI=5 > >PYTHON_COMPAT=( python2_7 ) >inherit waf-utils python-single-r1 > >REV=${PV#*_p} > >DESCRIPTION="Opengl test suite" >HOMEPAGE="https://launchpad.net/glmark2" >SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz" > >LICENSE="GPL-3" >SLOT="0" >KEYWORDS="~arm ~amd64 ~x86" >IUSE="drm gles2 +opengl wayland X" > >RDEPEND="media-libs/libpng > media-libs/mesa[gles2?] > X? ( x11-libs/libX11 ) > wayland? ( >=dev-libs/wayland-1.2 )" >DEPEND="${RDEPEND} > virtual/pkgconfig" > >REQUIRED_USE="|| ( opengl gles2 ) > || ( drm wayland X )" > >src_prepare() { > rm -rf "${S}/src/libpng" > sed -i "s/libpng15/libpng/g" "${S}/wscript" # allow build with >= libpng:1.6 > sed -i "/req_funcs/ s/,..sqrt.*\]/\]/" "${S}/wscript" # sqrt patch > sed -i "s/-Werror//" "${S}/wscript" >} > >src_configure() { > : ${WAF_BINARY:="${S}/waf"} > > local myconf > > if use X; then > use opengl && myconf+="x11-gl" > use gles2 && myconf+=",x11-glesv2" > fi > > if use drm; then > use opengl && myconf+=",drm-gl" > use gles2 && myconf+=",drm-glesv2" > fi > > if use wayland; then > use opengl && myconf+=",wayland-gl" > use gles2 && myconf+=",wayland-glesv2" > > fi > myconf=${myconf#,} > > # it does not know --libdir specification, dandy huh > CCFLAGS="${CFLAGS}" LINKFLAGS="${LDFLAGS}" "${WAF_BINARY}" \ > --prefix=/usr \ > --with-flavors ${myconf} \ > configure || die "configure failed" >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 688518
:
580474
| 580476