mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 10:26:28 -04:00
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)
11 lines
210 B
C
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,
|