From 32d81be95e8c1cb2555bbad2634d62287fc95d1e Mon Sep 17 00:00:00 2001 From: Kiyoshi Aman Date: Tue, 10 Oct 2017 20:02:07 +0000 Subject: user/libstatgrab: new package --- user/libstatgrab/fix-configure.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 user/libstatgrab/fix-configure.patch (limited to 'user/libstatgrab/fix-configure.patch') diff --git a/user/libstatgrab/fix-configure.patch b/user/libstatgrab/fix-configure.patch new file mode 100644 index 000000000..4ae6fdbc3 --- /dev/null +++ b/user/libstatgrab/fix-configure.patch @@ -0,0 +1,14 @@ +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" -- cgit v1.2.3-70-g09d2