summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandy <andy@ndyk.de>2018-01-21 18:34:00 +0100
committerandy <andy@ndyk.de>2018-01-21 18:34:00 +0100
commit362f26147b7862fd59c41f058ebf3a3c6b08644a (patch)
tree27b20f9089a2c30d25b14984ed0d12c0ddf2f8d0 /sys-apps/lms/files/lms-8.0.0.7-missing-unistd.patch
parentbump (diff)
downloadandy-362f26147b7862fd59c41f058ebf3a3c6b08644a.tar.gz
andy-362f26147b7862fd59c41f058ebf3a3c6b08644a.tar.bz2
andy-362f26147b7862fd59c41f058ebf3a3c6b08644a.zip
removed depcracted ebuilds
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'sys-apps/lms/files/lms-8.0.0.7-missing-unistd.patch')
-rw-r--r--sys-apps/lms/files/lms-8.0.0.7-missing-unistd.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/sys-apps/lms/files/lms-8.0.0.7-missing-unistd.patch b/sys-apps/lms/files/lms-8.0.0.7-missing-unistd.patch
new file mode 100644
index 0000000..8932721
--- /dev/null
+++ b/sys-apps/lms/files/lms-8.0.0.7-missing-unistd.patch
@@ -0,0 +1,10 @@
+--- lms-8.0.0-7/src/tools/ATVersion.cpp 2011-06-29 04:45:54.000000000 -0500
++++ /tmp/ATVersion.cpp 2017-03-08 13:46:49.100021793 -0600
+@@ -40,6 +40,7 @@
+ #include <cerrno>
+ #include <fstream>
+ #include <dirent.h>
++#include <unistd.h>
+
+ #define AT_VERSION_ARGUMENT "--version"
+ #define AT_VERSION_MAXSIZE 40