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 <markos.chandras@imgtec.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
96f522ee7b
commit
99c016336e
19
package/x11r7/xapp_luit/xapp_luit-posix-openpt.patch
Normal file
19
package/x11r7/xapp_luit/xapp_luit-posix-openpt.patch
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user