diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-08-12 00:19:45 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-08-12 00:19:45 +0000 |
commit | b512179c40a4075b7ed73a0fb4c49fe7748c44a5 (patch) | |
tree | cb2b1d0feaa542322ab212031d2ccdf41b1c9b54 /media-libs | |
parent | always gnuconfig_update (diff) | |
download | historical-b512179c40a4075b7ed73a0fb4c49fe7748c44a5.tar.gz historical-b512179c40a4075b7ed73a0fb4c49fe7748c44a5.tar.bz2 historical-b512179c40a4075b7ed73a0fb4c49fe7748c44a5.zip |
gnuconfig_update in src_unpack
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/smpeg/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/smpeg/smpeg-0.4.4-r4.ebuild | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/media-libs/smpeg/ChangeLog b/media-libs/smpeg/ChangeLog index f2092e9d2328..01e06a7593bb 100644 --- a/media-libs/smpeg/ChangeLog +++ b/media-libs/smpeg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/smpeg # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/smpeg/ChangeLog,v 1.18 2004/08/11 02:35:25 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/smpeg/ChangeLog,v 1.19 2004/08/12 00:19:45 mr_bones_ Exp $ + + 11 Aug 2004; Michael Sterrett <mr_bones_@gentoo.org> smpeg-0.4.4-r4.ebuild: + gnuconfig_update in src_unpack 10 Aug 2004; Tom Gall <tgall@gentoo.org> smpeg-0.4.4-r4.ebuild: stable on ppc64, bug #57992 diff --git a/media-libs/smpeg/smpeg-0.4.4-r4.ebuild b/media-libs/smpeg/smpeg-0.4.4-r4.ebuild index bba9e959c8a3..40e4c6ecf8b5 100644 --- a/media-libs/smpeg/smpeg-0.4.4-r4.ebuild +++ b/media-libs/smpeg/smpeg-0.4.4-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/smpeg/smpeg-0.4.4-r4.ebuild,v 1.17 2004/08/11 02:35:25 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/smpeg/smpeg-0.4.4-r4.ebuild,v 1.18 2004/08/12 00:19:45 mr_bones_ Exp $ inherit eutils gcc gnuconfig @@ -31,12 +31,10 @@ src_unpack() { sed -i \ -e '/^libsmpeg_la_LIBADD =/s:$: -lsupc++:' Makefile.in \ || die "sed Makefile.in failed" + gnuconfig_update } src_compile() { - - use ppc64 && gnuconfig_update - # --enable-mmx causes test apps to crash on startup #470 # $(use_enable mmx) \ econf \ |