diff options
author | Caleb Tennis <caleb@gentoo.org> | 2004-03-01 00:28:13 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2004-03-01 00:28:13 +0000 |
commit | bd71f6af41de2f3b215bffb12df67e6d3333a74b (patch) | |
tree | 39c58837e805c865da045f017c6c7163aa9846e4 /media-gfx/lprof | |
parent | Marked stable on sparc. (diff) | |
download | historical-bd71f6af41de2f3b215bffb12df67e6d3333a74b.tar.gz historical-bd71f6af41de2f3b215bffb12df67e6d3333a74b.tar.bz2 historical-bd71f6af41de2f3b215bffb12df67e6d3333a74b.zip |
Add a qt addpredict to help alleviate build errors
Diffstat (limited to 'media-gfx/lprof')
-rw-r--r-- | media-gfx/lprof/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/lprof/Manifest | 4 | ||||
-rw-r--r-- | media-gfx/lprof/lprof-1.09.ebuild | 3 |
3 files changed, 8 insertions, 4 deletions
diff --git a/media-gfx/lprof/ChangeLog b/media-gfx/lprof/ChangeLog index 321cb5e0ca52..bfa639904a2d 100644 --- a/media-gfx/lprof/ChangeLog +++ b/media-gfx/lprof/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/lprof # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/lprof/ChangeLog,v 1.2 2004/01/15 18:14:34 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/lprof/ChangeLog,v 1.3 2004/03/01 00:28:13 caleb Exp $ + + 29 Feb 2004; Caleb Tennis <caleb@gentoo.org> lprof-1.09.ebuild: + Add a qt addpredict to help alleviate compilation errors 15 Jan 2004; Heinrich Wendel <lanius@gentoo.org> lprof-1.09.ebuild: mark x86 diff --git a/media-gfx/lprof/Manifest b/media-gfx/lprof/Manifest index e565cfc8a2b1..5cba535cbe8f 100644 --- a/media-gfx/lprof/Manifest +++ b/media-gfx/lprof/Manifest @@ -1,5 +1,5 @@ -MD5 a1533d75a850b36b0fa81d78979301e8 lprof-1.09.ebuild 867 -MD5 33cb1b282043b3045f8b1405d1bcebfc ChangeLog 529 +MD5 a0e5bf9677a141c06a2de1490b1fee94 lprof-1.09.ebuild 900 +MD5 cced524791805a76f76a84f4adc9e7ca ChangeLog 654 MD5 26b4b081d538c195dc39bcb2ec8e6f3a metadata.xml 161 MD5 c68c921dfc549a38258045190fedf541 files/lprof-1.09_fix-include.patch 290 MD5 ccd27f9677836e20d828c165ad6d12b4 files/lprof-1.09_mrr_patch4.patch 12493 diff --git a/media-gfx/lprof/lprof-1.09.ebuild b/media-gfx/lprof/lprof-1.09.ebuild index abb595bc733a..8e2998f6a3f0 100644 --- a/media-gfx/lprof/lprof-1.09.ebuild +++ b/media-gfx/lprof/lprof-1.09.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/lprof/lprof-1.09.ebuild,v 1.2 2004/01/15 18:14:34 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/lprof/lprof-1.09.ebuild,v 1.3 2004/03/01 00:28:13 caleb Exp $ DESCRIPTION="Little CMS ICC profile construction set" HOMEPAGE="http://www.littlecms.com/profilers.htm" @@ -19,6 +19,7 @@ src_unpack() { } src_compile() { + addpredict ${QTDIR}/etc/settings emake || die } |