ports/mail/mess822/files/patch-install.c
Fukang Chen 84af41d4ef mail/mess822: Fix build with Clang 18
./load install hier.o auto_home.o strerr.a substdio.a  stralloc.a alloc.a open.a error.a str.a
./install
install: fatal: unable to mkdir /wrkdirs/usr/ports/mail/mess822/work/stage/usr/local: no error
*** Error code 111

Stop.
make: stopped in /wrkdirs/usr/ports/mail/mess822/work/mess822-0.58
*** Error code 1

https://lists.freebsd.org/archives/freebsd-pkg-fallout/2024-June/608592.html

MFH:		2024Q3 (build fix)
Reported by:	pkg-fallout
2024-07-02 17:21:38 +00:00

7 lines
157 B
C

--- install.c.orig 2024-07-02 03:32:40 UTC
+++ install.c
@@ -1,3 +1,4 @@
+#include <errno.h>
#include "substdio.h"
#include "strerr.h"
#include "error.h"