diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-04-09 18:59:40 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-04-09 18:59:40 +0000 |
commit | 5721d1f89a7f36ec94e56050d1028df5b70ee5da (patch) | |
tree | 6e2a70e811d9136521a91259a130380fd3393502 /multimedia/avifile/files/patch-player-main.cpp | |
parent | - Integrate two new vendor patches, please see (diff) |
Fix build on AMD64
Notes
Notes:
svn path=/head/; revision=106606
Diffstat (limited to 'multimedia/avifile/files/patch-player-main.cpp')
-rw-r--r-- | multimedia/avifile/files/patch-player-main.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/multimedia/avifile/files/patch-player-main.cpp b/multimedia/avifile/files/patch-player-main.cpp new file mode 100644 index 000000000000..5101d6faf623 --- /dev/null +++ b/multimedia/avifile/files/patch-player-main.cpp @@ -0,0 +1,10 @@ +--- player/main.cpp.bak Sun May 25 01:24:42 2003 ++++ player/main.cpp Sat Apr 3 21:25:56 2004 +@@ -23,6 +23,7 @@ + #include <fcntl.h> + #ifdef __FreeBSD__ + #include <floatingpoint.h> ++#include <ieeefp.h> + #endif + #ifdef __NetBSD__ + #include <ieeefp.h> |