summaryrefslogtreecommitdiff
path: root/user/libstatgrab/fix-configure.patch
diff options
context:
space:
mode:
authorA. Wilcox <awilcox@wilcox-tech.com>2017-10-11 02:19:04 +0000
committerA. Wilcox <awilcox@wilcox-tech.com>2017-10-11 02:19:04 +0000
commita524397edf77b9f7eda2a8c609119e489b7296f9 (patch)
treea69b169545e401625abdcffbfe953400117efbde /user/libstatgrab/fix-configure.patch
parentb5e44965a42daaf7ce7101a804aea0779b211d10 (diff)
parent32d81be95e8c1cb2555bbad2634d62287fc95d1e (diff)
downloadpackages-a524397edf77b9f7eda2a8c609119e489b7296f9.tar.gz
packages-a524397edf77b9f7eda2a8c609119e489b7296f9.tar.bz2
packages-a524397edf77b9f7eda2a8c609119e489b7296f9.tar.xz
packages-a524397edf77b9f7eda2a8c609119e489b7296f9.zip
Merge branch 'libstatgrab' into 'master'
user/libstatgrab: new package Packages libstatgrab, needed in order to build lxqt. See merge request !1
Diffstat (limited to 'user/libstatgrab/fix-configure.patch')
-rw-r--r--user/libstatgrab/fix-configure.patch14
1 files changed, 14 insertions, 0 deletions
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"