diff options
author | Stefan Eßer <se@FreeBSD.org> | 2020-09-22 18:38:06 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2020-09-22 18:38:06 +0000 |
commit | a8b4a281c42c022147a984fa7aaf77ad149278c7 (patch) | |
tree | e405a6a742aba68094c2dcca2febfb6b21978a51 /emulators/gngb/files/patch-src_main.c | |
parent | chinese/zh-librime: Update to 1.6.1 (diff) |
Fix build with -fno-common
Diffstat (limited to 'emulators/gngb/files/patch-src_main.c')
-rw-r--r-- | emulators/gngb/files/patch-src_main.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/gngb/files/patch-src_main.c b/emulators/gngb/files/patch-src_main.c new file mode 100644 index 000000000000..74d455ed6502 --- /dev/null +++ b/emulators/gngb/files/patch-src_main.c @@ -0,0 +1,11 @@ +--- src/main.c.orig 2003-07-11 17:11:56 UTC ++++ src/main.c +@@ -45,7 +45,7 @@ + #include "save.h" + + +-extern SDL_Joystick *sdl_joy; ++SDL_Joystick *sdl_joy; + + void exit_gngb(void) + { |