ports/net/traff/files/patch-readconfig.c
Robert Clausecker 98a1bc7f0d net/traff: fix build with -fno-common
Also:

 * define LICENSE
 * fix missing LIB_DEPENDS on libargp.so

PR:		267594
Reported by:	fuz@fuz.su
Approved by:	daniel@freebsd.ro (maintainer, timeout 2 weeks)
MFH:		2022Q4 (build fix)
2022-11-17 08:03:33 +01:00

11 lines
210 B
C

--- readconfig.c.orig 2022-11-06 12:02:53 UTC
+++ readconfig.c
@@ -23,6 +23,8 @@
#define WHITESPACE " \t\r\n"
+char conf_file[];
+
typedef enum {
// oSQL,
oBadOption,oDevices,oPeriod,oCat,