Move all to deprecated folder.
This commit is contained in:
@@ -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 <markos.chandras@imgtec.com>
|
||||
|
||||
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
|
||||
@@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_XAPP_LUIT
|
||||
bool "luit"
|
||||
select BR2_PACKAGE_XLIB_LIBX11
|
||||
select BR2_PACKAGE_XLIB_LIBFONTENC
|
||||
depends on BR2_USE_MMU # fork()
|
||||
help
|
||||
Locale and ISO 2022 support for Unicode terminals
|
||||
@@ -0,0 +1,2 @@
|
||||
# From http://lists.x.org/archives/xorg-announce/2012-March/001894.html
|
||||
sha256 30b0e787cb07a0f504b70f1d6123930522111ce9d4276f6683a69b322b49c636 luit-1.1.1.tar.bz2
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# xapp_luit
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XAPP_LUIT_VERSION = 1.1.1
|
||||
XAPP_LUIT_SOURCE = luit-$(XAPP_LUIT_VERSION).tar.bz2
|
||||
XAPP_LUIT_SITE = http://xorg.freedesktop.org/releases/individual/app
|
||||
XAPP_LUIT_LICENSE = MIT
|
||||
XAPP_LUIT_LICENSE_FILES = COPYING
|
||||
XAPP_LUIT_DEPENDENCIES = xlib_libX11 xlib_libfontenc
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user