summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2005-01-11 02:45:26 +0000
committerLuca Barbato <lu_zero@gentoo.org>2005-01-11 02:45:26 +0000
commited1e690eb19007b3d21ad1d2587a5b23d758313b (patch)
tree42fd194ac6739e9d3868a72c294713024f84f6ec /media-video/lives/lives-0.9.1.ebuild
parent- fixed problem with missing ssp symbols. bug #76495 (diff)
downloadhistorical-ed1e690eb19007b3d21ad1d2587a5b23d758313b.tar.gz
historical-ed1e690eb19007b3d21ad1d2587a5b23d758313b.tar.bz2
historical-ed1e690eb19007b3d21ad1d2587a5b23d758313b.zip
Workaround for amd64
Diffstat (limited to 'media-video/lives/lives-0.9.1.ebuild')
-rw-r--r--media-video/lives/lives-0.9.1.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/media-video/lives/lives-0.9.1.ebuild b/media-video/lives/lives-0.9.1.ebuild
index 4b5d25716293..bcdd99de51e9 100644
--- a/media-video/lives/lives-0.9.1.ebuild
+++ b/media-video/lives/lives-0.9.1.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/lives/lives-0.9.1.ebuild,v 1.1 2004/12/16 14:25:22 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/lives/lives-0.9.1.ebuild,v 1.2 2005/01/11 02:45:26 lu_zero Exp $
+
+inherit flag-o-matic
DESCRIPTION="Linux Video Editing System"
@@ -45,6 +47,7 @@ src_unpack() {
}
src_compile() {
+ use amd64 && append-flags -fPIC -DPIC
econf || die
emake || die
}