diff options
| author | Martin Wilke <miwi@FreeBSD.org> | 2007-12-10 22:29:47 +0000 |
|---|---|---|
| committer | Martin Wilke <miwi@FreeBSD.org> | 2007-12-10 22:29:47 +0000 |
| commit | 72e8535d7a3d85419cc22db44eae481834e69afc (patch) | |
| tree | b6cb86094912efd70f4f947b3d2821fb10bad4b8 /audio/sphinx/files/patch-src-libsphinx2_err.c | |
| parent | - Fix build with GCC 4.2 (diff) | |
- Fix build with gcc 4.2
PR: 118467
Submitted by: Pietro Cerutti <gahr@gahr.ch>
Approved by: portmgr (erwin)
Diffstat (limited to '')
| -rw-r--r-- | audio/sphinx/files/patch-src-libsphinx2_err.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/sphinx/files/patch-src-libsphinx2_err.c b/audio/sphinx/files/patch-src-libsphinx2_err.c new file mode 100644 index 000000000000..84d9d2fb6aa8 --- /dev/null +++ b/audio/sphinx/files/patch-src-libsphinx2_err.c @@ -0,0 +1,10 @@ +--- src/libsphinx2/err.c.orig 2007-12-06 18:22:49.000000000 +0100 ++++ src/libsphinx2/err.c 2007-12-06 18:23:27.000000000 +0100 +@@ -49,6 +49,7 @@ + */ + + #include <stdio.h> ++#include <stdlib.h> + #if ((! WIN32) && (! _SGI_SOURCE)) + #include <sys/errno.h> + #else |
