summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2010-07-08 11:20:31 +0000
committerMichał Górny <mgorny@gentoo.org>2010-07-08 11:20:31 +0000
commite9404d295550b7170f3e62c76044e075acb69dce (patch)
tree83447b220ede623290191abfcbfcd660a3ab28a7 /x11-libs/seom/seom-1.0.192.ebuild
parentMasking net-misc/blocksshd as a dep of masked dev-perl/Net-Subnets. (diff)
downloadsunrise-e9404d295550b7170f3e62c76044e075acb69dce.tar.gz
sunrise-e9404d295550b7170f3e62c76044e075acb69dce.tar.bz2
sunrise-e9404d295550b7170f3e62c76044e075acb69dce.zip
x11-libs/seom: Update SRC_URI. Respect LDFLAGS.
svn path=/sunrise/; revision=10958
Diffstat (limited to 'x11-libs/seom/seom-1.0.192.ebuild')
-rw-r--r--x11-libs/seom/seom-1.0.192.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/seom/seom-1.0.192.ebuild b/x11-libs/seom/seom-1.0.192.ebuild
index 75a8f5e5c..41812cda7 100644
--- a/x11-libs/seom/seom-1.0.192.ebuild
+++ b/x11-libs/seom/seom-1.0.192.ebuild
@@ -6,7 +6,7 @@ inherit multilib toolchain-funcs
DESCRIPTION="OpenGL video capturing library"
HOMEPAGE="http://neopsis.com/projects/seom"
-SRC_URI="http://dbservice.com/ftpdir/tom/seom/trunk/${P}.tar.bz2"
+SRC_URI="http://stuff.caurea.org/fu/${PN}/trunk/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
@@ -19,7 +19,7 @@ DEPEND=">=dev-lang/yasm-0.6.0"
src_compile() {
unset ARCH
econf --cflags="${CFLAGS}"
- emake CC="$(tc-getCC)" || die "emake failed."
+ emake CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}" || die "emake failed."
}
src_install() {