diff options
author | not_anonymous | 2025-04-01 11:18:00 -0600 |
---|---|---|
committer | not_anonymous | 2025-04-01 11:18:00 -0600 |
commit | 54ad4158d2c192fcb9fa7b94c651c70e4ce13929 (patch) | |
tree | 43eeb1de1d6707909665034649b3b822034b27c0 /diff.main.mk.c | |
parent | 26e6354a31ae728bdacf697309cd4a615c8a2f2a (diff) | |
download | aur-54ad4158d2c192fcb9fa7b94c651c70e4ce13929.tar.gz |
Updated-thanks.everyone
Diffstat (limited to 'diff.main.mk.c')
-rw-r--r-- | diff.main.mk.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/diff.main.mk.c b/diff.main.mk.c new file mode 100644 index 000000000000..c07fecc03a23 --- /dev/null +++ b/diff.main.mk.c @@ -0,0 +1,7 @@ +--- main.mk 2005-04-23 16:43:23.000000000 -0600 ++++ main.mk 2025-04-01 10:57:04.410224497 -0600 +@@ -242,0 +243 @@ ++ echo '#include <stdlib.h>' >>temp.c +@@ -244 +245 @@ +- echo '"#define SQLITE_PTR_SZ %d",sizeof(char*));' >>temp.c ++ echo '"#define SQLITE_PTR_SZ %lu",sizeof(char*));' >>temp.c |