From 99c016336e974727135a40b1ac86d8d14c4cdab6 Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Wed, 5 Jun 2013 05:40:06 +0000 Subject: xapp_luit: Add patch to fix building with recent gcc versions Upstream bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=47792 Signed-off-by: Markos Chandras Signed-off-by: Peter Korsgaard --- package/x11r7/xapp_luit/xapp_luit-posix-openpt.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 package/x11r7/xapp_luit/xapp_luit-posix-openpt.patch (limited to 'package') diff --git a/package/x11r7/xapp_luit/xapp_luit-posix-openpt.patch b/package/x11r7/xapp_luit/xapp_luit-posix-openpt.patch new file mode 100644 index 000000000..c8ff8e439 --- /dev/null +++ b/package/x11r7/xapp_luit/xapp_luit-posix-openpt.patch @@ -0,0 +1,19 @@ +Suggested workaround to build with recent gcc versions + +Upstream bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=47792 + +Signed-off-by: Markos Chandras + +Index: xapp_luit-1.1.1/sys.c +=================================================================== +--- xapp_luit-1.1.1.orig/sys.c ++++ xapp_luit-1.1.1/sys.c +@@ -20,6 +20,8 @@ OUT OF OR IN CONNECTION WITH THE SOFTWAR + THE SOFTWARE. + */ + ++#define _XOPEN_SOURCE 600 ++ + #ifdef HAVE_CONFIG_H + # include "config.h" + #endif -- cgit v1.2.3