mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 23:20:30 -04:00
While here: - Use new LIB_DEPENDS format - Convert to USES gmake - Support staging - Fix build with libc++ on head Approved by: portmgr (bapt)
10 lines
286 B
C
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
|