summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Alfredsen <loki_val@gentoo.org>2009-04-05 12:20:24 +0000
committerPeter Alfredsen <loki_val@gentoo.org>2009-04-05 12:20:24 +0000
commit09ceeec7dcf38411a8b99d5c445d606857f4d541 (patch)
tree406c22db0e5def5bd25469cfe675ef13ca29fe1d /dev-dotnet/mono-nat/mono-nat-1.0.ebuild
parentUpdate patch for fbsplash compile. (diff)
downloadhistorical-09ceeec7dcf38411a8b99d5c445d606857f4d541.tar.gz
historical-09ceeec7dcf38411a8b99d5c445d606857f4d541.tar.bz2
historical-09ceeec7dcf38411a8b99d5c445d606857f4d541.zip
Multilib safe.
Package-Manager: portage-2.2_rc28/cvs/Linux x86_64
Diffstat (limited to 'dev-dotnet/mono-nat/mono-nat-1.0.ebuild')
-rw-r--r--dev-dotnet/mono-nat/mono-nat-1.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-dotnet/mono-nat/mono-nat-1.0.ebuild b/dev-dotnet/mono-nat/mono-nat-1.0.ebuild
index df6838cdf622..ffca70bb7604 100644
--- a/dev-dotnet/mono-nat/mono-nat-1.0.ebuild
+++ b/dev-dotnet/mono-nat/mono-nat-1.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/mono-nat/mono-nat-1.0.ebuild,v 1.2 2009/04/05 12:17:10 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/mono-nat/mono-nat-1.0.ebuild,v 1.3 2009/04/05 12:18:58 loki_val Exp $
EAPI=2
@@ -36,6 +36,6 @@ src_install() {
-e 's;@LIBS@;-r:${libdir}/mono/mono-nat/Mono.Nat.dll;' \
"${FILESDIR}"/${PN}.pc.in > "${D}"/usr/$(get_libdir)/pkgconfig/mono.nat.pc \
|| die "sed failed"
- PKG_CONFIG_PATH="${D}/usr/lib64/pkgconfig/" pkg-config --exists mono.nat || die ".pc file failed to validate."
+ PKG_CONFIG_PATH="${D}/usr/$(get_libdir)/pkgconfig/" pkg-config --exists mono.nat || die ".pc file failed to validate."
eend $?
}