summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorEugene Grosbein <eugen@FreeBSD.org>2020-08-20 08:13:08 +0000
committerEugene Grosbein <eugen@FreeBSD.org>2020-08-20 08:13:08 +0000
commite245d26d4b2c911053fbbb2f9550f2cbb0570ac0 (patch)
tree4560c1107e7eef801150948c7945f98356fd60a1 /net
parentdevel/plan9port: Update to newest commit (diff)
net/mpd5: import r2272 from upstream
This fixes build with -fno-common (clang 11 and gcc 10). PORTREVISION not bumped as it fixes build for FreeBSD 13. PR: 248741 Reported by: dim
Diffstat (limited to 'net')
-rw-r--r--net/mpd5/files/patch-auth.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/mpd5/files/patch-auth.h b/net/mpd5/files/patch-auth.h
new file mode 100644
index 000000000000..7daac66a1ced
--- /dev/null
+++ b/net/mpd5/files/patch-auth.h
@@ -0,0 +1,13 @@
+Index: src/auth.h
+===================================================================
+--- src/auth.h (revision 2271)
++++ src/auth.h (revision 2272)
+@@ -240,8 +240,6 @@ struct auth {
+ };
+ typedef struct auth *Auth;
+
+-struct radiusconf radius; /* RADIUS configuration */
+-
+ /*
+ * Interface between the auth-backend (secret file, RADIUS, etc.) and Mpd's
+ * internal structs.