freebsd-ports/net/aget/files/patch-Misc.h
Stefan Eßer 48f7c5e69e Fix build with -fno-common
Remove -fcommon option from Makefile
2020-09-22 19:29:30 +00:00

11 lines
260 B
C

--- Misc.h.orig 2009-05-12 05:24:18 UTC
+++ Misc.h
@@ -24,7 +24,7 @@ void Log(char *, ...); /* Log */
void updateProgressBar(float, float);
void handleHttpRetcode(char *);
-time_t t_start, t_finish;
+extern time_t t_start, t_finish;
#endif