summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-libs/cairo')
-rw-r--r--x11-libs/cairo/ChangeLog7
-rw-r--r--x11-libs/cairo/cairo-1.3.10.ebuild14
2 files changed, 16 insertions, 5 deletions
diff --git a/x11-libs/cairo/ChangeLog b/x11-libs/cairo/ChangeLog
index 822903920213..f5d097a01442 100644
--- a/x11-libs/cairo/ChangeLog
+++ b/x11-libs/cairo/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/cairo
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.94 2006/12/31 22:01:34 cardoe Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.95 2007/01/03 21:07:48 uberlord Exp $
+
+ 03 Jan 2007; Roy Marples <uberlord@gentoo.org> cairo-1.3.10.ebuild:
+ Run elibtoolize so that we get correct .so versioning on FreeBSD
31 Dec 2006; Doug Goldstein <cardoe@gentoo.org> cairo-1.2.6.ebuild:
Remove useless post install msg and remove unused IUSE flag
diff --git a/x11-libs/cairo/cairo-1.3.10.ebuild b/x11-libs/cairo/cairo-1.3.10.ebuild
index ba630cdf5375..57aac6a63d4e 100644
--- a/x11-libs/cairo/cairo-1.3.10.ebuild
+++ b/x11-libs/cairo/cairo-1.3.10.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.3.10.ebuild,v 1.2 2006/12/31 21:39:39 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.3.10.ebuild,v 1.3 2007/01/03 21:07:48 uberlord Exp $
-inherit eutils flag-o-matic debug
+inherit eutils flag-o-matic libtool debug
DESCRIPTION="A vector graphics library with cross-device output support"
HOMEPAGE="http://cairographics.org/"
@@ -40,6 +40,14 @@ DEPEND="${RDEPEND}
~app-text/docbook-xml-dtd-4.2
)"
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+
+ # We need to run elibtoolize to ensure correct so versioning on FreeBSD
+ elibtoolize
+}
+
src_compile() {
#gets rid of fbmmx.c inlining warnings
append-flags -finline-limit=1200