mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:37:44 +00:00
Ports: Replace the manual glu
config.sub
patch with our download
This commit is contained in:
parent
40b9318695
commit
2d3724303a
1 changed files with 1 additions and 5 deletions
|
@ -5,11 +5,7 @@ version="9.0.2"
|
||||||
files="https://archive.mesa3d.org/glu/glu-${version}.tar.gz glu-${version}.tar.gz 24effdfb952453cc00e275e1c82ca9787506aba0282145fff054498e60e19a65"
|
files="https://archive.mesa3d.org/glu/glu-${version}.tar.gz glu-${version}.tar.gz 24effdfb952453cc00e275e1c82ca9787506aba0282145fff054498e60e19a65"
|
||||||
auth_type=sha256
|
auth_type=sha256
|
||||||
depends=("pkgconf")
|
depends=("pkgconf")
|
||||||
|
use_fresh_config_sub=true
|
||||||
|
|
||||||
export GL_CFLAGS="-I${SERENITY_INSTALL_ROOT}/usr/include/LibGL"
|
export GL_CFLAGS="-I${SERENITY_INSTALL_ROOT}/usr/include/LibGL"
|
||||||
export GL_LIBS="-lgl"
|
export GL_LIBS="-lgl"
|
||||||
|
|
||||||
pre_configure() {
|
|
||||||
# Manual config.sub patch
|
|
||||||
run sed -i 's/haiku/serenity/' config.sub
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue