1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/emulators/mame
John Marino 82654c5094 emulators/(mame|mess): Avoid name pollution with <stdio.h>
At least on DragonFly's base compiler (gcc 5.2), the getc and ungetc
routines in mame/mess were getting clobbered by <stdio.h>.  Rename
getc and ungetc to mame_getc and mame_ungetc to fix.  For some reason,
macro definitions did not work so I had to patch every instance
individually.
2015-11-02 09:22:26 +00:00
..
files emulators/(mame|mess): Avoid name pollution with <stdio.h> 2015-11-02 09:22:26 +00:00
distinfo Update mame/mess to 0.166 2015-10-24 11:13:16 +00:00
Makefile Update mame/mess to 0.166 2015-10-24 11:13:16 +00:00
pkg-descr
pkg-plist Update mame/mess to 0.166 2015-10-24 11:13:16 +00:00