diff options
author | Jean-Charles de Longueville <jch@alpine-dev.hellea.net> | 2015-03-16 14:48:36 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-03-16 15:17:14 +0000 |
commit | 0fdd3986545548799e7e18983bfdd98f8a360165 (patch) | |
tree | 69dbc6015bea78d9d5e7f31b1d132d6329476535 /testing/nx-libs/xf86bigfont.patch | |
parent | 97c96b97f1f7a32fd1a1ea2189e65ac9e6464c45 (diff) | |
download | aports-0fdd3986545548799e7e18983bfdd98f8a360165.tar.bz2 aports-0fdd3986545548799e7e18983bfdd98f8a360165.tar.xz |
new package nx-libs
Diffstat (limited to 'testing/nx-libs/xf86bigfont.patch')
-rw-r--r-- | testing/nx-libs/xf86bigfont.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/nx-libs/xf86bigfont.patch b/testing/nx-libs/xf86bigfont.patch new file mode 100644 index 0000000000..94578dd778 --- /dev/null +++ b/testing/nx-libs/xf86bigfont.patch @@ -0,0 +1,11 @@ +--- nx-libs-3.5.0.28/nx-X11/programs/Xserver/Xext/xf86bigfont.c ++++ ../xf86bigfont.c +@@ -46,7 +46,7 @@ + /* Linux libc4 and libc5 only (because glibc doesn't include kernel headers): + Linux 2.0.x and 2.2.x define SHMLBA as PAGE_SIZE, but forget to define + PAGE_SIZE. It is defined in <asm/page.h>. */ +-#include <asm/page.h> ++#include <limits.h> + #endif + #ifdef SVR4 + #include <sys/sysmacros.h> |