vte: portability patch from Alpine.

This commit is contained in:
Juan RP 2015-05-13 17:24:45 +02:00
parent 13fa1291d4
commit e7f8c6f3dd
2 changed files with 11 additions and 1 deletions

View File

@ -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"

View File

@ -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"