diff options
author | Alexis Ballier <aballier@gentoo.org> | 2007-01-06 00:50:12 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2007-01-06 00:50:12 +0000 |
commit | 29736e1eb8764bb61305acaba2f80a08d5c0cec7 (patch) | |
tree | 45e2e651642091451266be317452f82726ee87f3 /media-video/gpac/gpac-0.4.2-r1.ebuild | |
parent | Add category of the package throwing the fit, errr I mean the notice, the san... (diff) | |
download | historical-29736e1eb8764bb61305acaba2f80a08d5c0cec7.tar.gz historical-29736e1eb8764bb61305acaba2f80a08d5c0cec7.tar.bz2 historical-29736e1eb8764bb61305acaba2f80a08d5c0cec7.zip |
BSD compile fix, thanks to Timothy Redaelli <drizzt@gentoo.org>, bug #159240
Package-Manager: portage-2.1.2_rc4-r5
Diffstat (limited to 'media-video/gpac/gpac-0.4.2-r1.ebuild')
-rw-r--r-- | media-video/gpac/gpac-0.4.2-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/media-video/gpac/gpac-0.4.2-r1.ebuild b/media-video/gpac/gpac-0.4.2-r1.ebuild index f649fd976ab1..9c0737199718 100644 --- a/media-video/gpac/gpac-0.4.2-r1.ebuild +++ b/media-video/gpac/gpac-0.4.2-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/gpac/gpac-0.4.2-r1.ebuild,v 1.3 2006/12/21 14:26:09 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/gpac/gpac-0.4.2-r1.ebuild,v 1.4 2007/01/06 00:50:12 aballier Exp $ inherit eutils wxwidgets flag-o-matic multilib toolchain-funcs @@ -100,6 +100,7 @@ src_unpack() { sed -i 's:/lib/gpac:/'$(get_libdir)'/gpac:' configure epatch "${WORKDIR}/${P}-pic.patch" + epatch "${FILESDIR}/${P}-bsd.patch" } src_compile() { |