Files
haikuports/app-emulation/nesalizer/patches/nesalizer-1.0~git.patchset
2019-12-19 18:08:11 +03:00

23 lines
658 B
Plaintext

From d80393c0a65963999267775fe01b6eb231072c07 Mon Sep 17 00:00:00 2001
From: Panagiotis Vasilopoulos <hello@alwayslivid.com>
Date: Wed, 18 Dec 2019 20:19:20 +0000
Subject: replaced lrt with lexecinfo
diff --git a/Makefile b/Makefile
index 527a3d0..b74a902 100644
--- a/Makefile
+++ b/Makefile
@@ -58,7 +58,7 @@ c_objects = $(addprefix $(BUILD_DIR)/,$(c_sources:=.o))
objects = $(c_objects) $(cpp_objects)
deps = $(addprefix $(BUILD_DIR)/,$(c_sources:=.d) $(cpp_sources:=.d))
-LDLIBS := $(shell sdl2-config --libs) -lrt
+LDLIBS := $(shell sdl2-config --libs) -lexecinfo
ifeq ($(INCLUDE_DEBUGGER),1)
LDLIBS += -lreadline
--
2.19.0