summaryrefslogtreecommitdiffstats
path: root/system/spacefm
diff options
context:
space:
mode:
author Matteo Bernardini2019-05-01 09:57:15 +0200
committer Matteo Bernardini2019-05-01 09:57:15 +0200
commit1ea5e7f013581bee3512b5eb0a6f810b1578d6ba (patch)
tree7a81b0dc19351b9c924e08050c6be21fff8565cd /system/spacefm
parenta7ecdbba095706df06b24afd23e97aaf57621fba (diff)
downloadslackbuilds-1ea5e7f013581bee3512b5eb0a6f810b1578d6ba.tar.gz
20190501.1 global branch merge.current-20190501.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/spacefm')
-rw-r--r--system/spacefm/glibc-2.28.patch12
-rw-r--r--system/spacefm/spacefm.SlackBuild3
2 files changed, 15 insertions, 0 deletions
diff --git a/system/spacefm/glibc-2.28.patch b/system/spacefm/glibc-2.28.patch
new file mode 100644
index 0000000000..324bc43b93
--- /dev/null
+++ b/system/spacefm/glibc-2.28.patch
@@ -0,0 +1,12 @@
+diff --git a/src/main.c b/src/main.c
+index 645e2ec..9453a3b 100644
+--- a/src/main.c
++++ b/src/main.c
+@@ -23,6 +23,7 @@
+ #include <sys/types.h>
+ #include <sys/socket.h>
+ #include <sys/un.h>
++#include <sys/sysmacros.h>
+
+ #include <signal.h>
+
diff --git a/system/spacefm/spacefm.SlackBuild b/system/spacefm/spacefm.SlackBuild
index c8a93b7eaa..46cf4735bd 100644
--- a/system/spacefm/spacefm.SlackBuild
+++ b/system/spacefm/spacefm.SlackBuild
@@ -81,6 +81,9 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+# https://github.com/IgnorantGuru/spacefm/issues/727
+patch -p1 < $CWD/glibc-2.28.patch
+
CFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \