mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 06:00:30 -04:00
- Add staging support - Convert optional dependencies to new format - Add a few clang patches but switch to USE_GCC=any because there's quite some work left (contributors?)
10 lines
255 B
C
10 lines
255 B
C
--- libs/libmythbase/mythsystemlegacy.h.orig 2013-09-18 20:06:08.000000000 +0000
|
|
+++ libs/libmythbase/mythsystemlegacy.h 2013-10-18 11:37:16.000000000 +0000
|
|
@@ -42,6 +42,7 @@
|
|
|
|
// C headers
|
|
#include <stdint.h>
|
|
+#include <time.h>
|
|
|
|
#ifdef __cplusplus
|
|
|