From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6E91A1381F3 for ; Sat, 13 Apr 2013 13:25:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0CFA9E09B0; Sat, 13 Apr 2013 13:25:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8F762E09B0 for ; Sat, 13 Apr 2013 13:25:53 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 868C633DE05 for ; Sat, 13 Apr 2013 13:25:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 2BAD0E4073 for ; Sat, 13 Apr 2013 13:25:51 +0000 (UTC) From: "Marcel Unbehaun" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marcel Unbehaun" Message-ID: <1365859544.d09ccf112c32267272c8898915409968091e9b54.frostwork@gentoo> Subject: [gentoo-commits] proj/gamerlay:master commit in: media-libs/sfemovie/ X-VCS-Repository: proj/gamerlay X-VCS-Files: media-libs/sfemovie/sfemovie-9999.ebuild X-VCS-Directories: media-libs/sfemovie/ X-VCS-Committer: frostwork X-VCS-Committer-Name: Marcel Unbehaun X-VCS-Revision: d09ccf112c32267272c8898915409968091e9b54 X-VCS-Branch: master Date: Sat, 13 Apr 2013 13:25:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2a7c501f-8579-4e94-a67d-b3ad1a179e12 X-Archives-Hash: b7a30348097a67eb838e59f282365d60 commit: d09ccf112c32267272c8898915409968091e9b54 Author: Marcel Unbehaun frostworx de> AuthorDate: Sat Apr 13 13:25:44 2013 +0000 Commit: Marcel Unbehaun gmx de> CommitDate: Sat Apr 13 13:25:44 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=d09ccf11 [media-libs/sfemovie] update sfemovie-9999.ebuild --- media-libs/sfemovie/sfemovie-9999.ebuild | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/media-libs/sfemovie/sfemovie-9999.ebuild b/media-libs/sfemovie/sfemovie-9999.ebuild index 4cc89e2..5850f32 100644 --- a/media-libs/sfemovie/sfemovie-9999.ebuild +++ b/media-libs/sfemovie/sfemovie-9999.ebuild @@ -22,4 +22,5 @@ RDEPEND="${DEPEND}" src_prepare() { sed -i -e "s:add_sub:#add_sub:g" -i CMakeLists.txt + sed -i -e 's:./cmake:${CMAKE_SOURCE_DIR}/cmake:g' -i CMakeLists.txt }