mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 11:33:15 -04:00
dev-embedded/qdl: Drop version 1.0
Signed-off-by: Quincy Fleming <quincyf467@protonmail.com>
This commit is contained in:
33
dev-embedded/qdl/files/include_stdlib.patch
Normal file
33
dev-embedded/qdl/files/include_stdlib.patch
Normal file
@@ -0,0 +1,33 @@
|
||||
#Created by Quincy Fleming
|
||||
#Failure to compile without include "<stdlib.h>"
|
||||
#Bug: https://bugs.gentoo.org/927801
|
||||
--- a/patch.c
|
||||
+++ b/patch.c
|
||||
@@ -30,6 +30,7 @@
|
||||
*/
|
||||
#include <errno.h>
|
||||
#include <string.h>
|
||||
+#include <stdlib.h>
|
||||
#include <libxml/parser.h>
|
||||
#include <libxml/tree.h>
|
||||
|
||||
--- a/program.c
|
||||
+++ b/program.c
|
||||
@@ -31,6 +31,7 @@
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <string.h>
|
||||
+#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <libxml/parser.h>
|
||||
#include <libxml/tree.h>
|
||||
--- a/util.c
|
||||
+++ b/util.c
|
||||
@@ -31,6 +31,7 @@
|
||||
#include <ctype.h>
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
+#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <libxml/parser.h>
|
||||
#include <libxml/tree.h>
|
||||
Reference in New Issue
Block a user