summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-12-17 03:31:16 +0000
committerMike Frysinger <vapier@gentoo.org>2005-12-17 03:31:16 +0000
commit35ea0b4f4193a4acd981356668e543900936927c (patch)
tree0d1cd77769cc19cc1f40b5e931108bac1210f365 /media-libs/libsdl
parentRemove pointless call to preplib. (diff)
downloadgentoo-2-35ea0b4f4193a4acd981356668e543900936927c.tar.gz
gentoo-2-35ea0b4f4193a4acd981356668e543900936927c.tar.bz2
gentoo-2-35ea0b4f4193a4acd981356668e543900936927c.zip
remove pointless preplib
(Portage version: 2.0.53)
Diffstat (limited to 'media-libs/libsdl')
-rw-r--r--media-libs/libsdl/libsdl-1.2.6-r3.ebuild3
-rw-r--r--media-libs/libsdl/libsdl-1.2.7-r3.ebuild3
-rw-r--r--media-libs/libsdl/libsdl-1.2.8-r1.ebuild3
3 files changed, 3 insertions, 6 deletions
diff --git a/media-libs/libsdl/libsdl-1.2.6-r3.ebuild b/media-libs/libsdl/libsdl-1.2.6-r3.ebuild
index 2fe8ee6ebc36..53e1273cdd9e 100644
--- a/media-libs/libsdl/libsdl-1.2.6-r3.ebuild
+++ b/media-libs/libsdl/libsdl-1.2.6-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.6-r3.ebuild,v 1.16 2005/10/05 00:34:45 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.6-r3.ebuild,v 1.17 2005/12/17 03:31:16 vapier Exp $
inherit eutils flag-o-matic
@@ -96,7 +96,6 @@ src_compile() {
src_install() {
make DESTDIR=${D} install || die "make install failed"
- preplib
dosed "s:-pthread::g" /usr/$(get_libdir)/libSDL.la # Bug 34804
# $(get_libdir) fixed BUG #65495.
dodoc BUGS CREDITS README README-SDL.txt README.CVS TODO WhatsNew
diff --git a/media-libs/libsdl/libsdl-1.2.7-r3.ebuild b/media-libs/libsdl/libsdl-1.2.7-r3.ebuild
index e7436ea0b21c..93b634c4c727 100644
--- a/media-libs/libsdl/libsdl-1.2.7-r3.ebuild
+++ b/media-libs/libsdl/libsdl-1.2.7-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.7-r3.ebuild,v 1.11 2005/10/05 00:34:45 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.7-r3.ebuild,v 1.12 2005/12/17 03:31:16 vapier Exp $
inherit toolchain-funcs fixheadtails eutils gnuconfig flag-o-matic
@@ -119,7 +119,6 @@ src_compile() {
src_install() {
make DESTDIR="${D}" install || die "make install failed"
- preplib
# Bug 34804; $(get_libdir) fixed BUG #65495
sed -i \
-e "s:-pthread::g" "${D}/usr/$(get_libdir)/libSDL.la" \
diff --git a/media-libs/libsdl/libsdl-1.2.8-r1.ebuild b/media-libs/libsdl/libsdl-1.2.8-r1.ebuild
index 8968066780f4..88a6b542c001 100644
--- a/media-libs/libsdl/libsdl-1.2.8-r1.ebuild
+++ b/media-libs/libsdl/libsdl-1.2.8-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.8-r1.ebuild,v 1.23 2005/10/29 02:47:41 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.8-r1.ebuild,v 1.24 2005/12/17 03:31:16 vapier Exp $
inherit flag-o-matic toolchain-funcs eutils
@@ -145,7 +145,6 @@ src_compile() {
src_install() {
make DESTDIR="${D}" install || die "make install failed"
- preplib
# Bug 34804; $(get_libdir) fixed BUG #65495
sed -i \
-e "s:-pthread::g" "${D}/usr/$(get_libdir)/libSDL.la" \