fbterm: fix musl cross.
This commit is contained in:
parent
c3a251aa3d
commit
5fee5808ee
|
@ -49,3 +49,13 @@
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <gpm.h>
|
#include <gpm.h>
|
||||||
#include <sys/ioctl.h>
|
#include <sys/ioctl.h>
|
||||||
|
--- src/fbio.cpp.orig 2015-09-03 22:12:07.833957502 +0200
|
||||||
|
+++ src/fbio.cpp 2015-09-03 22:11:50.633958789 +0200
|
||||||
|
@@ -20,6 +20,7 @@
|
||||||
|
|
||||||
|
#include <unistd.h>
|
||||||
|
#include <fcntl.h>
|
||||||
|
+#include <sys/select.h>
|
||||||
|
#include "config.h"
|
||||||
|
#include "fbio.h"
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'fbterm'
|
# Template file for 'fbterm'
|
||||||
pkgname=fbterm
|
pkgname=fbterm
|
||||||
version=1.7.0
|
version=1.7.0
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="${pkgname}-${version%.*}"
|
wrksrc="${pkgname}-${version%.*}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-gpm"
|
configure_args="--enable-gpm"
|
||||||
|
|
Loading…
Reference in New Issue