diff options
author | Rene Ladan <rene@FreeBSD.org> | 2025-03-31 16:59:16 +0200 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2025-03-31 16:59:33 +0200 |
commit | e479fae14002af9ee44627dac8fc9c7f5f269b4f (patch) | |
tree | d1680ce1d2dd9b0a04d2a6c9c3d1bf359e179511 /emulators/libretro-mame/files/patch-makefile | |
parent | x11/terminator: recover the active port by updating to 2.1.4 (diff) |
emulators/libretro-mame: Remove expired port
2025-03-31 emulators/libretro-mame: Uses expired Python 3.8
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) |