openbsd-ports/devel/smpeg/patches/patch-video_video_h
2003-11-22 00:53:39 +00:00

13 lines
473 B
Plaintext

$OpenBSD: patch-video_video_h,v 1.1 2003/11/22 00:53:39 pvalchev Exp $
--- video/video.h.orig 2003-11-21 17:32:20.000000000 -0700
+++ video/video.h 2003-11-21 17:32:34.000000000 -0700
@@ -432,7 +432,7 @@ extern unsigned int cacheMiss[8][8];
#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