summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/likwid/files/likwid-4.0.1-access-daemon.patch')
-rw-r--r--sys-apps/likwid/files/likwid-4.0.1-access-daemon.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/sys-apps/likwid/files/likwid-4.0.1-access-daemon.patch b/sys-apps/likwid/files/likwid-4.0.1-access-daemon.patch
deleted file mode 100644
index 2652f246111d..000000000000
--- a/sys-apps/likwid/files/likwid-4.0.1-access-daemon.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/configuration.c.orig 2015-11-14 09:10:58.283075033 +0100
-+++ src/configuration.c 2015-11-14 09:11:14.898074670 +0100
-@@ -68,7 +68,7 @@
- use_hardcoded:
- ret = sprintf(filename,"%s", TOSTRING(ACCESSDAEMON));
- filename[ret] = '\0';
-- if (!access(filename, R_OK))
-+ if (!access(filename, X_OK))
- {
- config.daemonPath = (char*)malloc((strlen(filename)+1) * sizeof(char));
- strcpy(config.daemonPath, filename);