diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-05-31 18:48:38 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-05-31 18:48:38 +0000 |
commit | a13b6bad203e185ae9b84b2a74c66c72a94e895c (patch) | |
tree | f433bec321d5014c0ef6c28e5d98ca36077c92cd /media-libs/libdts | |
parent | Fix sandbox violation (diff) | |
download | gentoo-2-a13b6bad203e185ae9b84b2a74c66c72a94e895c.tar.gz gentoo-2-a13b6bad203e185ae9b84b2a74c66c72a94e895c.tar.bz2 gentoo-2-a13b6bad203e185ae9b84b2a74c66c72a94e895c.zip |
Create the m4 directory so that it doesn't fail if visibility patch is not applied, fixes problems reported by many people. Thanks to Seemant for showing me the problem.
(Portage version: 2.1_rc3-r2)
Diffstat (limited to 'media-libs/libdts')
-rw-r--r-- | media-libs/libdts/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/libdts/libdts-0.0.2-r3.ebuild | 3 |
2 files changed, 8 insertions, 2 deletions
diff --git a/media-libs/libdts/ChangeLog b/media-libs/libdts/ChangeLog index 3d4dd2c02609..f056fee2c458 100644 --- a/media-libs/libdts/ChangeLog +++ b/media-libs/libdts/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-libs/libdts # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libdts/ChangeLog,v 1.29 2006/05/28 10:09:32 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libdts/ChangeLog,v 1.30 2006/05/31 18:48:38 flameeyes Exp $ + + 31 May 2006; Diego Pettenò <flameeyes@gentoo.org> libdts-0.0.2-r3.ebuild: + Create the m4 directory so that it doesn't fail if visibility patch is not + applied, fixes problems reported by many people. Thanks to Seemant for + showing me the problem. 28 May 2006; Diego Pettenò <flameeyes@gentoo.org> +files/libdts-0.0.2-visibility.patch, libdts-0.0.2-r3.ebuild: diff --git a/media-libs/libdts/libdts-0.0.2-r3.ebuild b/media-libs/libdts/libdts-0.0.2-r3.ebuild index 209bac88a064..3989d6c0f1c3 100644 --- a/media-libs/libdts/libdts-0.0.2-r3.ebuild +++ b/media-libs/libdts/libdts-0.0.2-r3.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/media-libs/libdts/libdts-0.0.2-r3.ebuild,v 1.13 2006/05/28 10:09:32 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libdts/libdts-0.0.2-r3.ebuild,v 1.14 2006/05/31 18:48:38 flameeyes Exp $ inherit eutils toolchain-funcs autotools @@ -17,6 +17,7 @@ RESTRICT="test" src_unpack() { unpack ${A} cd "${S}" + mkdir "${S}/m4" epatch "${FILESDIR}/${P}-libtool.patch" epatch "${FILESDIR}/${P}-freebsd.patch" |