ports/multimedia/xbmc/files/patch-xbmc__linux__PlatformDefs.h
Guido Falsi ac02e27209 - Fix build with iconv from base on head
While here:

- Use new LIB_DEPENDS format
- Convert to USES gmake
- Support staging
- Fix build with libc++ on head

Approved by:	portmgr (bapt)
2013-10-08 12:17:55 +00:00

10 lines
286 B
C

--- xbmc/linux/PlatformDefs.h.orig 2013-05-03 07:57:41.000000000 +0200
+++ xbmc/linux/PlatformDefs.h 2013-10-07 23:03:51.032581268 +0200
@@ -55,6 +55,7 @@
#include <stdio.h>
#include <sys/sysctl.h>
#include <sys/types.h>
+#include <stdlib.h>
#else
#include <sys/sysinfo.h>
#endif