diff options
Diffstat (limited to 'emulators/libretro-mame/files/patch-makefile')
-rw-r--r-- | emulators/libretro-mame/files/patch-makefile | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/emulators/libretro-mame/files/patch-makefile b/emulators/libretro-mame/files/patch-makefile deleted file mode 100644 index 706100ba0799..000000000000 --- a/emulators/libretro-mame/files/patch-makefile +++ /dev/null @@ -1,20 +0,0 @@ ---- makefile.orig 2021-04-12 15:53:19 UTC -+++ makefile -@@ -199,7 +199,7 @@ GENIEOS := solaris - endif - ifeq ($(firstword $(filter FreeBSD,$(UNAME))),FreeBSD) - OS := freebsd --GENIEOS := bsd -+GENIEOS := freebsd - endif - ifeq ($(firstword $(filter GNU/kFreeBSD,$(UNAME))),GNU/kFreeBSD) - OS := freebsd -@@ -1083,7 +1083,7 @@ ifeq ($(NEW_GIT_VERSION),) - NEW_GIT_VERSION := unknown - endif - --GENIE := 3rdparty/genie/bin/$(GENIEOS)/genie$(EXE) -+GENIE := 3rdparty/genie/bin/bsd/genie$(EXE) - - ifeq ($(TARGET),$(SUBTARGET_FULL)) - FULLTARGET := $(TARGET) |