freebsd-ports/deskutils/libcprime/files/patch-cprime_filefunc.cpp
Jason W. Bacon 6f4cee7a82 deskutils/libcprime: Bookmarking, saving activites, managing settings
Licprime is a library for bookmarking, saving recent activites,
managing settings for C Suite.  It is part of the CuboCore suite of
simple, lightweight Qt applications.
2021-08-31 08:24:16 -05:00

12 lines
285 B
C++

--- cprime/filefunc.cpp.orig 2021-04-18 18:37:03 UTC
+++ cprime/filefunc.cpp
@@ -34,7 +34,8 @@
#include <libgen.h>
#include <sys/types.h>
#include <sys/statvfs.h>
-#include <sys/statfs.h>
+// #include <sys/statfs.h>
+#include <errno.h>
#include <unistd.h>
#include "filefunc.h"