freebsd-ports/emulators/raine/files/patch-source::alleg::blit.c
Florent Thoumie 65506bcd28 - Update to 0.43.3 [1].
- Stop patching source to be C89 friendly and use USE_GCC=3.2+ instead.

Submitted by:	ultragames93 <ultragames93@free.fr> [1]
2006-06-20 11:36:20 +00:00

11 lines
284 B
C

--- source/alleg/blit.c.orig Mon Jan 17 12:37:21 2005
+++ source/alleg/blit.c Mon Jan 17 12:38:10 2005
@@ -1,1 +1,1 @@
#ifdef RAINE_WIN32
#include <allegro.h>
#include <winalleg.h>
+#elif defined(RAINE_UNIX)
+#include <sys/time.h>
#endif
#include "blit_x2.h"
#include "eagle.h"