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_message.h | |
parent | chinese/zh-librime: Update to 1.6.1 (diff) |
Fix build with -fno-common
Diffstat (limited to 'emulators/gngb/files/patch-src_message.h')
-rw-r--r-- | emulators/gngb/files/patch-src_message.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/gngb/files/patch-src_message.h b/emulators/gngb/files/patch-src_message.h new file mode 100644 index 000000000000..f6684345178f --- /dev/null +++ b/emulators/gngb/files/patch-src_message.h @@ -0,0 +1,11 @@ +--- src/message.h.orig 2003-06-28 08:42:03 UTC ++++ src/message.h +@@ -21,7 +21,7 @@ + + #include <SDL.h> + +-int wl,hl,xm,ym; ++extern int wl,hl,xm,ym; + //extern void (*draw_message)(int x,int y,char *mes); + extern SDL_Surface *fontbuf; + |