This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
libdrm: fix bad formats for mips64 and ppc64
Signed-off-by: Rosen Penev <rosenp@gmail.com>
lilik-openwrt-22.03
Rosen Penev
3 years ago
parent
85cb71d8d8
commit
00af0fa946
1 changed files
with
12 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+12
-0
libs/libdrm/patches/010-64bit.patch
+ 12
- 0
libs/libdrm/patches/010-64bit.patch
View File
@ -0,0 +1,12 @@
--- a/include/drm/drm.h
+++ b/include/drm/drm.h
@@ -38,6 +38,9 @@
#if defined(__linux__)
+#ifndef __SANE_USERSPACE_TYPES__
+#define __SANE_USERSPACE_TYPES__ /* For PPC64, to get LL64 types */
+#endif
#include <linux/types.h>
#include <asm/ioctl.h>
typedef unsigned int drm_handle_t;
Write
Preview
Loading…
Cancel
Save