File 0003-Link-with-usr-lib64.patch of Package arnold
From 4d3f85722728bf7e8c9d2cb93172edaed73353b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klaus=20K=C3=A4mpf?= <kkaempf@gmail.com> Date: Thu, 15 Feb 2024 14:44:54 +0100 Subject: [PATCH 3/3] Link with /usr/lib64 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Klaus Kämpf <kkaempf@gmail.com> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8e4964b..148c888 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ GTKLIB = -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo # Comment to following two lines to disable SDL SDLINC = -I/usr/include/SDL -D_REENTRANT -SDLLIB = -L/usr/lib -lSDL -lpthread +SDLLIB = -L/usr/lib64 -lSDL -lpthread # Comment to following two lines to disable ALSA ALSAINC = -- 2.43.0