diff options
author | 2006-04-20 01:41:55 +0000 | |
---|---|---|
committer | 2006-04-20 01:41:55 +0000 | |
commit | a99164d464aa7685d50018fd2d5db438604881de (patch) | |
tree | 655ae3338598084d291c1e6d001ab43c8f56c1d6 /sys-apps/dmapi/dmapi-2.2.3.ebuild | |
parent | Respect user LDFLAGS #126825 by Diego Pettenò. (diff) | |
download | gentoo-2-a99164d464aa7685d50018fd2d5db438604881de.tar.gz gentoo-2-a99164d464aa7685d50018fd2d5db438604881de.tar.bz2 gentoo-2-a99164d464aa7685d50018fd2d5db438604881de.zip |
Respect user LDFLAGS #126825 by Diego Pettenò.
(Portage version: 2.1_pre9)
Diffstat (limited to 'sys-apps/dmapi/dmapi-2.2.3.ebuild')
-rw-r--r-- | sys-apps/dmapi/dmapi-2.2.3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-apps/dmapi/dmapi-2.2.3.ebuild b/sys-apps/dmapi/dmapi-2.2.3.ebuild index 90c501940db5..b1f2618d2878 100644 --- a/sys-apps/dmapi/dmapi-2.2.3.ebuild +++ b/sys-apps/dmapi/dmapi-2.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dmapi/dmapi-2.2.3.ebuild,v 1.1 2006/01/27 00:57:21 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dmapi/dmapi-2.2.3.ebuild,v 1.2 2006/04/20 01:41:55 vapier Exp $ inherit eutils @@ -19,6 +19,7 @@ src_unpack() { unpack ${A} cd "${S}" epatch "${FILESDIR}"/${PN}-2.2.1-only-symlink-when-needed.patch + epatch "${FILESDIR}"/${P}-LDFLAGS.patch #126825 sed -i \ -e "/^PKG_DOC_DIR/s:=.*:= /usr/share/doc/${PF}:" \ include/builddefs.in \ |