mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Fix build on AMD64
This commit is contained in:
parent
4e34232f4b
commit
74c66b4b60
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100423
11
multimedia/smpeg/files/patch-video::video.h
Normal file
11
multimedia/smpeg/files/patch-video::video.h
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user