diff options
author | pawel <pawel@FreeBSD.org> | 2012-07-02 03:39:34 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2012-07-02 03:39:34 +0800 |
commit | 79fd11b2b9ed6534d7a54a09419884d1acc2b67f (patch) | |
tree | 68bc02951497bfda5af094a6cb4c057fc0d0b371 /emulators/gbe | |
parent | 1a9ec128e0e6709f012ffdae8f510c3519b7e37e (diff) | |
download | freebsd-ports-gnome-79fd11b2b9ed6534d7a54a09419884d1acc2b67f.tar.gz freebsd-ports-gnome-79fd11b2b9ed6534d7a54a09419884d1acc2b67f.tar.zst freebsd-ports-gnome-79fd11b2b9ed6534d7a54a09419884d1acc2b67f.zip |
Fix build with clang
Diffstat (limited to 'emulators/gbe')
-rw-r--r-- | emulators/gbe/files/patch-debug.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/gbe/files/patch-debug.c b/emulators/gbe/files/patch-debug.c new file mode 100644 index 000000000000..6d3692518c42 --- /dev/null +++ b/emulators/gbe/files/patch-debug.c @@ -0,0 +1,11 @@ +--- debug.c.orig 2012-07-01 20:00:16.000000000 +0200 ++++ debug.c 2012-07-01 20:00:39.000000000 +0200 +@@ -352,7 +352,7 @@ + void gbz80_debugger(void *garbage) + { + printf("Debugger not available!\n"); +- return 0; ++ return; + } + + #endif |