summaryrefslogtreecommitdiff
path: root/dev-db/sqlite/files/sqlite-2.8.16-exit.patch
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-02-20 18:23:32 +0100
committerPacho Ramos <pacho@gentoo.org>2016-02-20 18:23:32 +0100
commit3de4f1ab68f29c0aba5e0b264efd89f5ea7a952b (patch)
tree1cdb1e02ad31e93231801c27167bd6aee1bea0b2 /dev-db/sqlite/files/sqlite-2.8.16-exit.patch
parent59abe4fc46f34298c03a49e3034093bb1d9c311e (diff)
downloadgentoo-3de4f1ab68f29c0aba5e0b264efd89f5ea7a952b.tar.gz
gentoo-3de4f1ab68f29c0aba5e0b264efd89f5ea7a952b.tar.bz2
gentoo-3de4f1ab68f29c0aba5e0b264efd89f5ea7a952b.zip
dev-db/sqlite: Drop masked for removal version (#249418)
Package-Manager: portage-2.2.27
Diffstat (limited to 'dev-db/sqlite/files/sqlite-2.8.16-exit.patch')
-rw-r--r--dev-db/sqlite/files/sqlite-2.8.16-exit.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-db/sqlite/files/sqlite-2.8.16-exit.patch b/dev-db/sqlite/files/sqlite-2.8.16-exit.patch
deleted file mode 100644
index aaccb575e0a9..000000000000
--- a/dev-db/sqlite/files/sqlite-2.8.16-exit.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-temp.c:4:1: warning: incompatible implicit declaration of built-in function ‘exit’
-
---- Makefile.in
-+++ Makefile.in
-@@ -269,6 +269,7 @@
- #
- config.h:
- echo '#include <stdio.h>' >temp.c
-+ echo '#include <stdlib.h>' >>temp.c
- echo 'int main(){printf(' >>temp.c
- echo '"#define SQLITE_PTR_SZ %d",sizeof(char*));' >>temp.c
- echo 'exit(0);}' >>temp.c