mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 00:50:22 +00:00
Ports: Replace the manual glu
config.sub
patch with our download
This commit is contained in:
parent
40b9318695
commit
2d3724303a
Notes:
sideshowbarker
2024-07-17 10:40:40 +09:00
Author: https://github.com/timschumi Commit: https://github.com/SerenityOS/serenity/commit/2d3724303a Pull-request: https://github.com/SerenityOS/serenity/pull/14099 Reviewed-by: https://github.com/linusg
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"
|
||||
auth_type=sha256
|
||||
depends=("pkgconf")
|
||||
use_fresh_config_sub=true
|
||||
|
||||
export GL_CFLAGS="-I${SERENITY_INSTALL_ROOT}/usr/include/LibGL"
|
||||
export GL_LIBS="-lgl"
|
||||
|
||||
pre_configure() {
|
||||
# Manual config.sub patch
|
||||
run sed -i 's/haiku/serenity/' config.sub
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue