aboutsummaryrefslogtreecommitdiff
path: root/emulators/libretro-kronos/files/patch-yabause_src_libretro_Makefile
diff options
context:
space:
mode:
authorTimothy Beyer <beyert@cs.ucr.edu>2022-06-27 07:01:29 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2022-06-27 07:04:02 +0000
commit68b199480328b8073a1ff97f2b62597010cf8137 (patch)
treecb92007aeb1df5be9b0b26206aaa5f8b3f34f12a /emulators/libretro-kronos/files/patch-yabause_src_libretro_Makefile
parent93d4c539c9b9060fb4cd99f4e2efda0d4bc2597d (diff)
downloadports-68b199480328b8073a1ff97f2b62597010cf8137.tar.gz
ports-68b199480328b8073a1ff97f2b62597010cf8137.zip
Add emulators/libretro-kronos
Sega Saturn and ST-V emulator forked from uoYabause for libretro PR: 257171
Diffstat (limited to 'emulators/libretro-kronos/files/patch-yabause_src_libretro_Makefile')
-rw-r--r--emulators/libretro-kronos/files/patch-yabause_src_libretro_Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/libretro-kronos/files/patch-yabause_src_libretro_Makefile b/emulators/libretro-kronos/files/patch-yabause_src_libretro_Makefile
new file mode 100644
index 000000000000..b1ae06d0fa34
--- /dev/null
+++ b/emulators/libretro-kronos/files/patch-yabause_src_libretro_Makefile
@@ -0,0 +1,11 @@
+--- yabause/src/libretro/Makefile.orig 2021-06-01 21:12:00 UTC
++++ yabause/src/libretro/Makefile
+@@ -291,7 +291,7 @@ endif
+
+ OBJECTS += $(OBJECTS_C) $(OBJECTS_CXX) $(OBJECTS_S)
+
+-LDFLAGS += $(fpic) $(SHARED) -latomic
++LDFLAGS += $(fpic) $(SHARED)
+ FLAGS += $(fpic)
+
+ INCFLAGS := $(foreach dir,$(INCLUDE_DIRS),-I$(dir))