diff options
author | Markus Dittrich <markusle@gentoo.org> | 2006-08-12 14:16:21 +0000 |
---|---|---|
committer | Markus Dittrich <markusle@gentoo.org> | 2006-08-12 14:16:21 +0000 |
commit | 8f4a85995869f6706bbc6cbdaa853d7e330b511f (patch) | |
tree | b4fafd9eed5e91be7c075802bbbfbf21ecf916e5 /sci-visualization/xgraph/xgraph-12.1-r1.ebuild | |
parent | Stable on ppc64; bug #139273 (diff) | |
download | gentoo-2-8f4a85995869f6706bbc6cbdaa853d7e330b511f.tar.gz gentoo-2-8f4a85995869f6706bbc6cbdaa853d7e330b511f.tar.bz2 gentoo-2-8f4a85995869f6706bbc6cbdaa853d7e330b511f.zip |
Added patch to have makefile properly honor the user's CFLAGS. See bug #143661.
(Portage version: 2.1.1_pre4-r4)
Diffstat (limited to 'sci-visualization/xgraph/xgraph-12.1-r1.ebuild')
-rw-r--r-- | sci-visualization/xgraph/xgraph-12.1-r1.ebuild | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/sci-visualization/xgraph/xgraph-12.1-r1.ebuild b/sci-visualization/xgraph/xgraph-12.1-r1.ebuild index 80d629ddb79d..b8a9d94f0558 100644 --- a/sci-visualization/xgraph/xgraph-12.1-r1.ebuild +++ b/sci-visualization/xgraph/xgraph-12.1-r1.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xgraph/xgraph-12.1-r1.ebuild,v 1.2 2006/08/12 03:08:09 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xgraph/xgraph-12.1-r1.ebuild,v 1.3 2006/08/12 14:16:21 markusle Exp $ + +inherit eutils DESCRIPTION="X11 Plotting Utility" HOMEPAGE="http://www.isi.edu/nsnam/xgraph/" @@ -14,6 +16,11 @@ DEPEND="|| ( ( x11-libs/libSM ) virtual/x11 )" +src_unpack() { + unpack ${A} + epatch "${FILESDIR}"/${PN}-makefile-gentoo.patch +} + src_install() { make DESTDIR="${D}" install || die "Compilation failed." |