diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-08-13 17:38:44 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-08-13 17:38:44 +0000 |
commit | 690054f454e6216175501d13e85f4a8dfb099223 (patch) | |
tree | a7609eff24827010dfc5e4632b0c462eb1e23098 /sys-fs/mdadm/files | |
parent | There was actually open bug for last commit, adjust ChangeLog and add some cr... (diff) | |
download | gentoo-2-690054f454e6216175501d13e85f4a8dfb099223.tar.gz gentoo-2-690054f454e6216175501d13e85f4a8dfb099223.tar.bz2 gentoo-2-690054f454e6216175501d13e85f4a8dfb099223.zip |
Tweak -udevdir.patch in a way PKG_CONFIG is read from environment if exported.
(Portage version: 2.2.0_alpha121/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs/mdadm/files')
-rw-r--r-- | sys-fs/mdadm/files/mdadm-3.2.x-udevdir.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/mdadm/files/mdadm-3.2.x-udevdir.patch b/sys-fs/mdadm/files/mdadm-3.2.x-udevdir.patch index e6dfce9d7e80..8bfdcd5261ab 100644 --- a/sys-fs/mdadm/files/mdadm-3.2.x-udevdir.patch +++ b/sys-fs/mdadm/files/mdadm-3.2.x-udevdir.patch @@ -6,7 +6,7 @@ http://bugs.gentoo.org/430900 MAN4DIR = $(MANDIR)/man4 MAN5DIR = $(MANDIR)/man5 MAN8DIR = $(MANDIR)/man8 -+PKG_CONFIG = pkg-config ++PKG_CONFIG ?= pkg-config + +UDEVDIR := $(shell $(PKG_CONFIG) --variable=udevdir udev 2>/dev/null) +ifndef UDEVDIR |