1b02264
diff -up mame-0.176/src/osd/sdl/sdlprefix.h.fortify mame-0.176/src/osd/sdl/sdlprefix.h
1b02264
--- mame-0.176/src/osd/sdl/sdlprefix.h.fortify	2016-07-27 20:25:12.076182355 +0200
1b02264
+++ mame-0.176/src/osd/sdl/sdlprefix.h	2016-07-27 20:26:29.052947445 +0200
1b02264
@@ -75,9 +75,9 @@ struct _IO_FILE {};  //_IO_FILE is an op
07e128b
 #endif
07e128b
 
07e128b
 // fix for Ubuntu 8.10
07e128b
-#ifdef _FORTIFY_SOURCE
07e128b
-#undef _FORTIFY_SOURCE
07e128b
-#endif
07e128b
+// #ifdef _FORTIFY_SOURCE
07e128b
+// #undef _FORTIFY_SOURCE
07e128b
+// #endif
07e128b
 
1b02264
 // nasty hack to stop altivec #define vector/bool/pixel screwing us over
1b02264
 #if defined(__ALTIVEC__) && !defined(__APPLE_ALTIVEC__)