summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2008-02-14 14:58:21 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2008-02-14 14:58:21 +0000
commit001e410310aec3998aed81f5d034b5eb67552b01 (patch)
tree0bee9fbc8167f50b0b51cf3fa89998f11769c261 /media-libs/sdl-gfx
parentMake skey and pam USE flags conflict and result in an error out, as the confi... (diff)
downloadgentoo-2-001e410310aec3998aed81f5d034b5eb67552b01.tar.gz
gentoo-2-001e410310aec3998aed81f5d034b5eb67552b01.tar.bz2
gentoo-2-001e410310aec3998aed81f5d034b5eb67552b01.zip
Run elibtoolize.
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-libs/sdl-gfx')
-rw-r--r--media-libs/sdl-gfx/ChangeLog7
-rw-r--r--media-libs/sdl-gfx/sdl-gfx-2.0.16.ebuild12
2 files changed, 14 insertions, 5 deletions
diff --git a/media-libs/sdl-gfx/ChangeLog b/media-libs/sdl-gfx/ChangeLog
index 7b0f431b00b5..6fec9a3c1109 100644
--- a/media-libs/sdl-gfx/ChangeLog
+++ b/media-libs/sdl-gfx/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/sdl-gfx
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-gfx/ChangeLog,v 1.35 2007/08/03 00:08:48 nyhm Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-gfx/ChangeLog,v 1.36 2008/02/14 14:58:21 flameeyes Exp $
+
+ 14 Feb 2008; Diego Pettenò <flameeyes@gentoo.org> sdl-gfx-2.0.16.ebuild:
+ Run elibtoolize.
03 Aug 2007; Tristan Heaven <nyhm@gentoo.org> sdl-gfx-2.0.16.ebuild:
HOMEPAGE update, bug #187473
diff --git a/media-libs/sdl-gfx/sdl-gfx-2.0.16.ebuild b/media-libs/sdl-gfx/sdl-gfx-2.0.16.ebuild
index 1db2a4999e1f..db206c16cf49 100644
--- a/media-libs/sdl-gfx/sdl-gfx-2.0.16.ebuild
+++ b/media-libs/sdl-gfx/sdl-gfx-2.0.16.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-gfx/sdl-gfx-2.0.16.ebuild,v 1.2 2007/08/03 00:08:48 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-gfx/sdl-gfx-2.0.16.ebuild,v 1.3 2008/02/14 14:58:21 flameeyes Exp $
-inherit eutils flag-o-matic
+inherit eutils flag-o-matic libtool
MY_P="${P/sdl-/SDL_}"
DESCRIPTION="Graphics drawing primitives library for SDL"
@@ -18,6 +18,12 @@ DEPEND="media-libs/libsdl"
S=${WORKDIR}/${MY_P}
+src_unpack() {
+ unpack ${A}
+
+ elibtoolize
+}
+
src_compile() {
filter-flags -finline-functions -funroll-loops #26892 #89749
replace-flags -O? -O2