summaryrefslogtreecommitdiff
path: root/user/libstatgrab/fix-configure.patch
diff options
context:
space:
mode:
Diffstat (limited to 'user/libstatgrab/fix-configure.patch')
-rw-r--r--user/libstatgrab/fix-configure.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/user/libstatgrab/fix-configure.patch b/user/libstatgrab/fix-configure.patch
deleted file mode 100644
index 4ae6fdbc3..000000000
--- a/user/libstatgrab/fix-configure.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -Nurd libstatgrab-0.91/configure.ac libstatgrab-0.91.new/configure.ac
---- libstatgrab-0.91/configure.ac 2014-07-11 19:12:06.000000000 +0000
-+++ libstatgrab-0.91.new/configure.ac 2017-10-10 18:17:14.094496592 +0000
-@@ -609,8 +609,8 @@
- [openbsd*], [
- AC_DEFINE(OPENBSD, , [Building on OpenBSD])
- ],
-- [linux-gnu*], [
-- AC_DEFINE(LINUX, , [Building on GNU/Linux])
-+ [linux*], [
-+ AC_DEFINE(LINUX, , [Building on Linux])
- AM_CONDITIONAL(SETUIDBINS, true)
- BIN_OWNER="root"
- BIN_PERM="4755"