On Sun, Mar 15, 2009 at 08:58:45PM +0000, Jacob Meuser wrote: > On Sun, Mar 15, 2009 at 03:56:55PM +0100, Landry Breuil wrote: > > On Sat, Mar 14, 2009 at 11:37:00AM +0100, Pierre Riteau wrote: > > > Update to sdlmess 0.130. > > > > Comments goes for sdlmame & sdlmess : > > WANTLIB lacks dbus-1 & gio-2.0 > > I'd rather see src/osd/sdl/sdlprefix.h patched to add > > || defined(__OpenBSD__) (and forward the diff upstream) instead of lying > > and pretend SDLMAME_FREEBSD is defined. If possible, make upstream > > change this define to a more generic SDLMAME_BSD ... like > > SDLMAME_DARWIN/SDLMAME_WIN32/SDLMAME_LINUX. > > And forward sdl.mak patch too :) > > > > I didn't really manage to see the difference between sdlmame and > > sdlmess, but as it's two different tarballs (sdlmess is twice bigger), > > yeah that's correct to do two separate ports. But maybe install the > > 'common binaries' both prefixed by where they came as done for mess. > > > > Other than that, looks good so far.. if only it didn't take HOURS to > > build. I suppose you tried gcc3, and it miserably fails... > > > > Going to import both soon, after you send the fixes i mentioned :) > > If anyone is interested to make it work/tested & enabled on ppc/sparc64, > > see with pierre :) > > I noticed there was -O3 in the compilation commands but haven't > had much time to investigate further.
Yes, I pass the CFLAGS to the makefile but it adds a few compiler options on its own, and one of them is -O3 by default. I guess I should disable this?
