summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-12-29 13:17:57 +0000
committerMike Frysinger <vapier@gentoo.org>2005-12-29 13:17:57 +0000
commit8a17a065176bb14977de705c676e5a65cff0b0d7 (patch)
tree963fe1cd4fcaae79f593699e5340bed7b54582e4 /media-libs/gd
parentStable on sparc wrt #117036 (diff)
downloadgentoo-2-8a17a065176bb14977de705c676e5a65cff0b0d7.tar.gz
gentoo-2-8a17a065176bb14977de705c676e5a65cff0b0d7.tar.bz2
gentoo-2-8a17a065176bb14977de705c676e5a65cff0b0d7.zip
use elibtoolize so uclibc gets shared libs #117078 by Natanael Copa
(Portage version: 2.1_pre2)
Diffstat (limited to 'media-libs/gd')
-rw-r--r--media-libs/gd/gd-2.0.33.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/media-libs/gd/gd-2.0.33.ebuild b/media-libs/gd/gd-2.0.33.ebuild
index b8c290b937a6..cd57b0034509 100644
--- a/media-libs/gd/gd-2.0.33.ebuild
+++ b/media-libs/gd/gd-2.0.33.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/gd-2.0.33.ebuild,v 1.8 2005/12/22 19:39:22 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/gd-2.0.33.ebuild,v 1.9 2005/12/29 13:17:57 vapier Exp $
-inherit eutils
+inherit eutils libtool
DESCRIPTION="A graphics library for fast image creation"
HOMEPAGE="http://www.boutell.com/gd/"
@@ -23,6 +23,7 @@ src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${P}-overflow-checks.patch
+ elibtoolize #117078
}
src_compile() {