aboutsummaryrefslogtreecommitdiff
path: root/multimedia/smpeg
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-02-08 22:41:29 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-02-08 22:41:29 +0000
commit74c66b4b6028dbf3f718ef62aa677f1765db3bf5 (patch)
tree158032a43a7644804ced4b7d55aa0c396dbdaad6 /multimedia/smpeg
parent4e34232f4b6bd27a7c0de9096ca69b8bc70a2d3b (diff)
downloadports-74c66b4b6028dbf3f718ef62aa677f1765db3bf5.tar.gz
ports-74c66b4b6028dbf3f718ef62aa677f1765db3bf5.zip
- Fix build on AMD64
Notes
Notes: svn path=/head/; revision=100423
Diffstat (limited to 'multimedia/smpeg')
-rw-r--r--multimedia/smpeg/files/patch-video::video.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/smpeg/files/patch-video::video.h b/multimedia/smpeg/files/patch-video::video.h
new file mode 100644
index 000000000000..da1cd1b8485f
--- /dev/null
+++ b/multimedia/smpeg/files/patch-video::video.h
@@ -0,0 +1,11 @@
+--- video/video.h.orig Sun Feb 8 23:39:25 2004
++++ video/video.h Sun Feb 8 23:39:36 2004
+@@ -432,7 +432,7 @@
+ #undef LITTLE_ENDIAN_ARCHITECTURE
+ #define BIG_ENDIAN_ARCHITECTURE 1
+ #else
+-#include <endian.h>
++#include <sys/endian.h>
+ #if __BYTE_ORDER == __LITTLE_ENDIAN
+ #undef BIG_ENDIAN_ARCHITECTURE
+ #define LITTLE_ENDIAN_ARCHITECTURE 1