fbterm: fix musl cross.

This commit is contained in:
Enno Boland 2015-09-03 22:13:53 +02:00
parent c3a251aa3d
commit 5fee5808ee
2 changed files with 11 additions and 1 deletions

View file

@ -49,3 +49,13 @@
#include <stdlib.h>
#include <gpm.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"

View file

@ -1,7 +1,7 @@
# Template file for 'fbterm'
pkgname=fbterm
version=1.7.0
revision=2
revision=3
wrksrc="${pkgname}-${version%.*}"
build_style=gnu-configure
configure_args="--enable-gpm"