vte: portability patch from Alpine.
This commit is contained in:
parent
13fa1291d4
commit
e7f8c6f3dd
|
@ -0,0 +1,10 @@
|
|||
--- src/pty.c
|
||||
+++ src/pty.c
|
||||
@@ -28,6 +28,7 @@
|
||||
* Since: 0.26
|
||||
*/
|
||||
|
||||
+#define _GNU_SOURCE
|
||||
#include <config.h>
|
||||
|
||||
#include "vtepty.h"
|
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'vte'.
|
||||
pkgname=vte
|
||||
version=0.28.2
|
||||
revision=9
|
||||
revision=10
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --with-gtk=2.0"
|
||||
hostmakedepends="automake gettext-devel gtk-doc gobject-introspection libtool pkg-config intltool python-devel glib-devel pygtk-devel"
|
||||
|
|
Loading…
Reference in New Issue