[BACK]Return to patch-navit_graphics_sdl_graphics_sdl_c CVS log [TXT][DIR] Up to [local] / ports / geo / navit / patches

File: [local] / ports / geo / navit / patches / patch-navit_graphics_sdl_graphics_sdl_c (download)

Revision 1.2, Sun May 13 14:21:08 2012 UTC (12 years ago) by kirby
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +3 -3 lines

make it build and update to 0.2.1

$OpenBSD$
--- navit/graphics/sdl/graphics_sdl.c.orig	Fri Aug 26 18:24:08 2011
+++ navit/graphics/sdl/graphics_sdl.c	Sun May 13 17:25:06 2012
@@ -100,7 +100,7 @@
 #include <linux/input.h>
 #endif
 
-#include <alloca.h>
+#include <stdlib.h>
 
 #ifdef PROFILE
 #include <sys/time.h>