2012-11-11 13:33:10 by othyro | Files touched by this commit (1) |
Log message: Sound works now. Need to test gamepads. We might have a working N64 emulator now. |
2012-11-11 13:31:41 by othyro | Files touched by this commit (1) |
Log message: Regenerated after updating patch. |
2012-11-11 13:30:37 by othyro | Files touched by this commit (1) |
Log message: Typo was preventing SDL from being correctly linked. :| |
2012-11-11 03:44:05 by othyro | Files touched by this commit (1) |
Log message: Removed BUILDLINK_TRANSFORM:rm=-ldl when OPSYS=Linux. Not necessary due to patches handling DL_LIBS. |
2012-11-11 03:40:23 by othyro | Files touched by this commit (1) |
Log message: Regenerated due to adding/updating patches. |
2012-11-11 03:36:53 by othyro | Files touched by this commit (1) |
Log message: Remove zlib from pkg-config calls. Fixes warnings during build. Add -lz to LDLIBS. |
2012-11-11 03:32:10 by othyro | Files touched by this commit (1) |
Log message: Fixes implicit declaration of fopen64, ftello64, and fseeko64 warnings. |
2012-11-11 03:30:48 by othyro | Files touched by this commit (2) |
Log message: Fixes "array subscript has type 'char'" warning. |
2012-11-11 03:27:52 by othyro | Files touched by this commit (1) |
Log message: Previous issues fixed. Almost there. Here's where we're at now: dlopen('/usr/pkg/lib/mupen64plus/mupen64plus-audio-sdl.so') error: \ /usr/pkg/lib/mupen64plus/mupen64plus-audio-sdl.so: Undefined PLT symbol \ "SDL_MixAudio" (symnum = 6) dlopen('/usr/pkg/lib/mupen64plus/mupen64plus-audio-sdl.so') error: \ /usr/pkg/lib/mupen64plus/mupen64plus-audio-sdl.so: Undefined PLT symbol \ "SDL_MixAudio" (symnum = 6) UI-console: using Audio plugin: <dummy> |
2012-11-06 15:41:31 by othyro | Files touched by this commit (1) |
Log message: Moved CFLAGS+=-g (debug) to options.mk; Remove -ldl when OPSYS != Linux; Buildlinked MesaLib, dlopen, and pthread. Bump PKGREVISION. Still needs a bit of work. |