diff --git a/srcpkgs/vte/patches/fix-includes.patch b/srcpkgs/vte/patches/fix-includes.patch new file mode 100644 index 00000000000..f810501110a --- /dev/null +++ b/srcpkgs/vte/patches/fix-includes.patch @@ -0,0 +1,10 @@ +--- src/pty.c ++++ src/pty.c +@@ -28,6 +28,7 @@ + * Since: 0.26 + */ + ++#define _GNU_SOURCE + #include + + #include "vtepty.h" diff --git a/srcpkgs/vte/template b/srcpkgs/vte/template index 3b3dafa9bae..a5f8b7c755a 100644 --- a/srcpkgs/vte/template +++ b/srcpkgs/vte/template @@ -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"