distribution/packages/emulators/libretro/bsnes-hd-lr/patches/makefile-remove-build-flags.patch
2023-03-17 21:06:43 +00:00

12 lines
398 B
Diff

diff --git a/bsnes/GNUmakefile b/bsnes/GNUmakefile
index 58466fb..578a916 100644
--- a/bsnes/GNUmakefile
+++ b/bsnes/GNUmakefile
@@ -37,7 +37,6 @@ else ifeq ($(platform),macos)
else ifneq ($(filter $(platform),linux bsd),)
ifeq ($(binary),application)
options += -Wl,-export-dynamic
- options += -lX11 -lXext
else ifeq ($(binary),library)
flags += -fPIC
options += -shared