diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-02-11 13:04:48 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-02-11 13:04:48 +0000 |
commit | 9a60d1bf7d8a2cd38757c6129aaabf0657b2db51 (patch) | |
tree | b6ae9334b33ccfca78a3d2724c3ee43f569de5aa /emulators/raine/files/patch-source::alleg::blit.c | |
parent | Fix install/deinstall and thus unbreak. (diff) |
Update to 0.42.3
PR: ports/76339
Submitted by: Florent Thoumie (maintainer)
Diffstat (limited to 'emulators/raine/files/patch-source::alleg::blit.c')
-rw-r--r-- | emulators/raine/files/patch-source::alleg::blit.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/raine/files/patch-source::alleg::blit.c b/emulators/raine/files/patch-source::alleg::blit.c new file mode 100644 index 000000000000..f027252d131d --- /dev/null +++ b/emulators/raine/files/patch-source::alleg::blit.c @@ -0,0 +1,11 @@ +--- source/alleg/blit.c.orig Mon Jan 17 12:37:21 2005 ++++ source/alleg/blit.c Mon Jan 17 12:38:10 2005 +@@ -1,6 +1,8 @@ + #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" |