diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-12-10 17:25:40 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-12-10 17:25:40 +0000 |
commit | 9061c79a917b6acd89fea87f13e427b5598cbc4d (patch) | |
tree | 6eeaacf348a0fac9478f85e3b2b71d3070df48d3 /media-libs | |
parent | oops OKV->2.4.23 (diff) | |
download | gentoo-2-9061c79a917b6acd89fea87f13e427b5598cbc4d.tar.gz gentoo-2-9061c79a917b6acd89fea87f13e427b5598cbc4d.tar.bz2 gentoo-2-9061c79a917b6acd89fea87f13e427b5598cbc4d.zip |
remove the invalid -pthread flag #34804
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libsdl/libsdl-1.2.6-r2.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/media-libs/libsdl/libsdl-1.2.6-r2.ebuild b/media-libs/libsdl/libsdl-1.2.6-r2.ebuild index dacad0e94813..863034a409aa 100644 --- a/media-libs/libsdl/libsdl-1.2.6-r2.ebuild +++ b/media-libs/libsdl/libsdl-1.2.6-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.6-r2.ebuild,v 1.9 2003/12/08 16:16:22 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.6-r2.ebuild,v 1.10 2003/12/10 17:25:40 vapier Exp $ inherit eutils @@ -86,7 +86,7 @@ src_compile() { src_install() { make DESTDIR=${D} install || die "make install failed" preplib - dodoc BUGS CREDITS README README-SDL.txt README.CVS TODO WhatsNew || \ - die "dodoc failed" - dohtml -r ./ || die "dohtml failed" + dosed "s:-pthread::g" /usr/lib/libSDL.la # Bug 34804 + dodoc BUGS CREDITS README README-SDL.txt README.CVS TODO WhatsNew + dohtml -r ./ } |