Files
ports/devel/libev/files/patch-configure
T
Nuno Teixeira cf7638ce9d devel/libev: Unbreak current after inotify add
After inotify was added to main, if condition bellow leads to build error
related to missing (linux) statfs.h header.

Fix it by adjusting correct headers:

 #if EV_USE_INOTIFY
-# include <sys/statfs.h>
+# include <sys/mount.h>
 # include <sys/inotify.h>

While here, refresh patches.

Approved by:	portmgr (blanket, build fix)
Sugested by:	markj
See also;	https://lists.freebsd.org/archives/dev-commits-src-all/2025-July/057269.html
2025-07-12 11:19:24 +01:00

18 lines
336 B
Plaintext

--- configure.orig 2020-03-18 12:27:26 UTC
+++ configure
@@ -3954,14 +3954,6 @@ fi
fi
-
-if test -z "$orig_CFLAGS"; then
- if test x$GCC = xyes; then
- CFLAGS="-g -O3"
- fi
-fi
-
-
case `pwd` in
*\ * | *\ *)
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5