1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 03:09:51 +03:00
aports/community/ircservices/gcc-14.patch
2024-09-08 14:38:09 -07:00

10 lines
273 B
Diff

--- ircservices-5.1.24.orig/configure
+++ ircservices-5.1.24/configure
@@ -855,6 +855,7 @@
log "test vararg macros..."
cat >$CONFTMP/test.c <<EOT
+#include <stdio.h>
#define foo(a,...) int a() {printf("hello %s\n" , ##__VA_ARGS__); return 69;}
foo(main,"world")
EOT