summaryrefslogtreecommitdiff
path: root/sys-fs/mhddfs/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
commit40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (patch)
tree758c221bad35c9288d0bd6df9c7dfc226728e52c /sys-fs/mhddfs/files
parent8d5dbd847cbc704a6a06405856e94b461011afe3 (diff)
gentoo resync : 28.04.2021
Diffstat (limited to 'sys-fs/mhddfs/files')
-rw-r--r--sys-fs/mhddfs/files/mhddfs-respect-compiler-vars.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-fs/mhddfs/files/mhddfs-respect-compiler-vars.patch b/sys-fs/mhddfs/files/mhddfs-respect-compiler-vars.patch
index 278c9876da73..5a3dc51c1431 100644
--- a/sys-fs/mhddfs/files/mhddfs-respect-compiler-vars.patch
+++ b/sys-fs/mhddfs/files/mhddfs-respect-compiler-vars.patch
@@ -1,12 +1,12 @@
---- a/Makefile 2012-11-19 15:25:21.665692111 +0400
-+++ b/Makefile 2012-11-19 15:27:08.406691288 +0400
+--- a/Makefile
++++ b/Makefile
@@ -22,13 +22,13 @@
TARGET = mhddfs
-CFLAGS = -Wall $(shell pkg-config fuse --cflags) \
- -DFUSE_USE_VERSION=26 -MMD
-+CFLAGS += -Wall $(shell pkg-config fuse glib-2.0 --cflags) \
++CFLAGS += -Wall $(shell ${PKG_CONFIG} fuse glib-2.0 --cflags) \
+ -DFUSE_USE_VERSION=26 -MMD -rdynamic
ifdef WITHOUT_XATTR
CFLAGS += -DWITHOUT_XATTR