upgpkg: wordpress 6.2.1-1
[ArchLinux/community.git] / setbfree / repos / community-x86_64 / setbfree-0.8.11-gl.patch
blobe8a3fd8c8c9aada5e0a3c777022fcc1665ea0081
1 From 8b92940fe6780155fbafb46782f6720fd6822af1 Mon Sep 17 00:00:00 2001
2 From: Christopher Arndt <chris@chrisarndt.de>
3 Date: Sat, 19 Feb 2022 16:24:20 +0100
4 Subject: [PATCH] fix: add -lGL to UILIBS for non-static unix LV2 builds
6 Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
7 ---
8 common.mak | 2 +-
9 1 file changed, 1 insertion(+), 1 deletion(-)
11 diff --git a/common.mak b/common.mak
12 index 1c12f32..3ae8c86 100644
13 --- a/common.mak
14 +++ b/common.mak
15 @@ -167,7 +167,7 @@ ifeq ($(LV2AVAIL)$(HAVE_UI)$(HAVE_IDLE), yesyesyes)
16 UILIBS+=`pkg-config --variable=libdir ftgl`/libftgl.a `pkg-config --variable=libdir ftgl`/libfreetype.a
17 UILIBS+=`pkg-config --libs zlib`
18 else
19 - UILIBS+=`pkg-config --libs glu ftgl`
20 + UILIBS+=`pkg-config --libs glu gl ftgl`
21 endif
22 UICFLAGS+=-DFONTFILE=\"$(FONTFILE)\"
23 endif