bsnes-hd - Patch to remove makefile flags

This commit is contained in:
daedalia 2023-02-23 13:36:37 +00:00
parent 0ef76e0118
commit 7a315e7816

View file

@ -0,0 +1,12 @@
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