mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-16 08:40:06 +02:00
Disable x86_gcc2 (parsing errors), drop separate _data package. Co-authored-by: Committer <c.ommitter@example.net>
25 lines
472 B
Plaintext
25 lines
472 B
Plaintext
From 3a6541e42ab6fb953442d3f32c12f14f8b91c13d Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Zolt=C3=A1n=20Mizsei?= <zmizsei@extrowerk.com>
|
|
Date: Sun, 1 Jul 2018 18:42:31 +0200
|
|
Subject: Build fix
|
|
|
|
|
|
diff --git a/lib/sysdep.h b/lib/sysdep.h
|
|
index 40e1407..7f22427 100644
|
|
--- a/lib/sysdep.h
|
|
+++ b/lib/sysdep.h
|
|
@@ -83,6 +83,10 @@ typedef u16 word;
|
|
#endif
|
|
#endif
|
|
|
|
+#ifdef PCI_OS_HAIKU
|
|
+#include <endian.h>
|
|
+#endif
|
|
+
|
|
#ifdef PCI_OS_SYLIXOS
|
|
#include <endian.h>
|
|
#endif
|
|
--
|
|
2.43.2
|
|
|