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_prime.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)
Notes
Notes:
svn path=/head/; revision=202932
Diffstat (limited to 'audio/sphinx/files/patch-src-libsphinx2_prime.c')
-rw-r--r-- | audio/sphinx/files/patch-src-libsphinx2_prime.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/audio/sphinx/files/patch-src-libsphinx2_prime.c b/audio/sphinx/files/patch-src-libsphinx2_prime.c new file mode 100644 index 000000000000..824091bf1bbc --- /dev/null +++ b/audio/sphinx/files/patch-src-libsphinx2_prime.c @@ -0,0 +1,9 @@ +--- src/libsphinx2/prime.c.orig 2007-12-06 18:27:41.000000000 +0100 ++++ src/libsphinx2/prime.c 2007-12-06 18:27:51.000000000 +0100 +@@ -75,5 +75,4 @@ + } + } + +-#endif MAIN +- ++#endif |