Files
macports-ports/net/snownews/files/implicit.patch
Joshua Root f019f1c21f snownews: fix implicit declaration error
Also disable silent rules, fix deps and archflags.
2025-09-24 13:35:57 +10:00

11 lines
243 B
Diff

--- config.h.in.orig 2023-04-13 09:38:01
+++ config.h.in 2025-09-24 13:15:24
@@ -54,6 +54,7 @@
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
+#include <strings.h>
#include <limits.h>
#include <locale.h>
#include <assert.h>