From 72e8535d7a3d85419cc22db44eae481834e69afc Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Mon, 10 Dec 2007 22:29:47 +0000 Subject: - Fix build with gcc 4.2 PR: 118467 Submitted by: Pietro Cerutti Approved by: portmgr (erwin) --- audio/sphinx/files/patch-src-libsphinx2_err.c | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 audio/sphinx/files/patch-src-libsphinx2_err.c (limited to 'audio/sphinx/files/patch-src-libsphinx2_err.c') 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 ++#include + #if ((! WIN32) && (! _SGI_SOURCE)) + #include + #else -- cgit v1.2.3