aboutsummaryrefslogtreecommitdiff
path: root/games/libretro-cores/files/patch-libretro-lutro_Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/libretro-cores/files/patch-libretro-lutro_Makefile')
-rw-r--r--games/libretro-cores/files/patch-libretro-lutro_Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/games/libretro-cores/files/patch-libretro-lutro_Makefile b/games/libretro-cores/files/patch-libretro-lutro_Makefile
deleted file mode 100644
index d72ca6e7fcb8..000000000000
--- a/games/libretro-cores/files/patch-libretro-lutro_Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
---- libretro-lutro/Makefile.orig 2016-11-07 01:47:41 UTC
-+++ libretro-lutro/Makefile
-@@ -54,7 +54,8 @@ ifeq ($(platform), unix)
- SHARED := -shared -Wl,--no-as-needed,--no-undefined
- LUA_SYSCFLAGS := -DLUA_USE_POSIX
- HAVE_INOTIFY=1
-- LDFLAGS += -Wl,-E
-+ CFLAGS += -I$(LOCALBASE)/include
-+ LDFLAGS += -Wl,-E -L$(LOCALBASE)/lib -linotify
-
- ifeq ($(ARCH), $(filter $(ARCH), intel))
- WANT_JIT = 1