mirror of
https://git.freebsd.org/ports.git
synced 2025-05-21 11:33:15 -04:00
the use of gnome-ring was replaced with use of libsecret (now off by default). Make sure to use our native iconv-implementation and only use glib20 at build-time for its built-in atomic macros. Claim maintainership for now to deal with any fallout...
12 lines
268 B
C
12 lines
268 B
C
--- src/function.c 2018-01-04 20:59:38 UTC
|
|
+++ src/function.c
|
|
@@ -8,7 +8,9 @@
|
|
#include <dirent.h>
|
|
#include <sys/statvfs.h>
|
|
#include <sys/types.h>
|
|
+#ifdef __linux__
|
|
#include <attr/xattr.h>
|
|
+#endif
|
|
#include <time.h>
|
|
#include <pthread.h>
|
|
#include <libsmbclient.h>
|