bsnes-hd - Patch to remove makefile flags
This commit is contained in:
parent
0ef76e0118
commit
7a315e7816
1 changed files with 12 additions and 0 deletions
|
@ -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
|
Loading…
Reference in a new issue