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
commit0ae5602fa470066ec0b747ff6914e4a04b5fb91b (patch)
tree2774f4fa2c3bc40ea7afe5934f85a6479010a92c /media-libs/gd
parentStable on sparc wrt #117036 (diff)
downloadhistorical-0ae5602fa470066ec0b747ff6914e4a04b5fb91b.tar.gz
historical-0ae5602fa470066ec0b747ff6914e4a04b5fb91b.tar.bz2
historical-0ae5602fa470066ec0b747ff6914e4a04b5fb91b.zip
use elibtoolize so uclibc gets shared libs #117078 by Natanael Copa
Package-Manager: portage-2.1_pre2
Diffstat (limited to 'media-libs/gd')
-rw-r--r--media-libs/gd/Manifest12
-rw-r--r--media-libs/gd/gd-2.0.33.ebuild5
2 files changed, 14 insertions, 3 deletions
diff --git a/media-libs/gd/Manifest b/media-libs/gd/Manifest
index 702b8409bb7d..13b1b65d49f1 100644
--- a/media-libs/gd/Manifest
+++ b/media-libs/gd/Manifest
@@ -1,7 +1,17 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
MD5 2e7b05b34f17826aac47305013a11bc7 ChangeLog 9704
MD5 ef1f623ab65a05b7e14e9bd61bb02c65 files/digest-gd-2.0.32 61
MD5 ba0985339b94b8c354d8e3246b8972e0 files/digest-gd-2.0.33 61
MD5 e87c929b6ea7468d13cc8f2e176f6aaa files/gd-2.0.33-overflow-checks.patch 1382
MD5 04bffaeba0819fd7d5ee67f95084fe44 gd-2.0.32.ebuild 1033
-MD5 a02969069397c0694b372a5394ce8555 gd-2.0.33.ebuild 1126
+MD5 8b3f7105f3d0f1fe05e619ba2e5abb40 gd-2.0.33.ebuild 1155
MD5 312563b7288a2111976b24b0865d9df8 metadata.xml 1227
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.2 (GNU/Linux)
+
+iD8DBQFDs+Ik2+ySkm8kpY0RAhCUAKCXEZ88OldJefZPSOqndMVqpoj12ACglT+q
+UntaqguPUW8xII7IFyaVYP8=
+=QooB
+-----END PGP SIGNATURE-----
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() {