summaryrefslogtreecommitdiff
path: root/sys-fs/mhddfs/files/mhddfs-respect-compiler-vars.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sys-fs/mhddfs/files/mhddfs-respect-compiler-vars.patch')
-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