diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2010-06-03 05:00:29 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2010-06-03 05:00:29 +0000 |
commit | 835a938212a2cf3acbf2e5adbddd76bf15fda011 (patch) | |
tree | 4ddb4f846ac470d97d22473285275afc5e2cb13a /devel/orc | |
parent | 806f9878155ec48b286cee722c23c82a815867ac (diff) |
Notes
Diffstat (limited to 'devel/orc')
-rw-r--r-- | devel/orc/files/patch-orc-orccpu_powerpc.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/orc/files/patch-orc-orccpu_powerpc.c b/devel/orc/files/patch-orc-orccpu_powerpc.c new file mode 100644 index 000000000000..4976f4583d8c --- /dev/null +++ b/devel/orc/files/patch-orc-orccpu_powerpc.c @@ -0,0 +1,11 @@ +--- orc/orccpu-powerpc.c.orig 2010-04-24 22:48:59.000000000 +0200 ++++ orc/orccpu-powerpc.c 2010-04-24 22:49:17.000000000 +0200 +@@ -46,6 +46,7 @@ + #endif + + #if defined(__FreeBSD__) || defined(__APPLE__) ++#include <stdio.h> + #include <sys/types.h> + #include <sys/sysctl.h> + #endif + |