ports/net/mptsd/files/patch-mptsd.c
Alex Mironov db63cc4d38 net/mptsd: update to 1.1-27 and fix for FreeBSD 14
PR:		272603
Reported by:	win2000rus@hotmail.com (maintainer)
2023-07-20 11:48:17 +02:00

14 lines
452 B
C

--- mptsd.c.orig 2018-05-07 06:42:40 UTC
+++ mptsd.c
@@ -35,9 +35,9 @@
#define PROGRAM_NAME "ux-mptsd"
#ifdef BUILD_ID
-const char *program_id = PROGRAM_NAME " " GIT_VER " build " BUILD_ID;
+const char *program_id = PROGRAM_NAME " " GIT_VER " build " BUILD_ID " FreeBSD port";
#else
-const char *program_id = PROGRAM_NAME " " GIT_VER;
+const char *program_id = PROGRAM_NAME " " GIT_VER " FreeBSD port";
#endif
char *server_sig = PROGRAM_NAME;