vte: portability patch from Alpine.
This commit is contained in:
10
srcpkgs/vte/patches/fix-includes.patch
Normal file
10
srcpkgs/vte/patches/fix-includes.patch
Normal 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"
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user