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 8B37E13877A for ; Wed, 18 Jun 2014 08:05:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5672CE0AA0; Wed, 18 Jun 2014 08:05:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A970AE0AA0 for ; Wed, 18 Jun 2014 08:05:27 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D8F0133FE04 for ; Wed, 18 Jun 2014 08:05:26 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2279) id A5E912004F; Wed, 18 Jun 2014 08:05:25 +0000 (UTC) From: "Michal Gorny (mgorny)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, mgorny@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/librsvg/files: librsvg-2.40.2-vala-out-of-source.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: librsvg-2.40.2-vala-out-of-source.patch X-VCS-Directories: gnome-base/librsvg/files X-VCS-Committer: mgorny X-VCS-Committer-Name: Michal Gorny Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140618080525.A5E912004F@flycatcher.gentoo.org> Date: Wed, 18 Jun 2014 08:05:25 +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: 3f4f3702-a433-4fb3-897d-17c5076e197d X-Archives-Hash: e3708e47313580e8cd93996510357b27 mgorny 14/06/18 08:05:25 Added: librsvg-2.40.2-vala-out-of-source.patch Log: Fix vala sources out-of-source build, bug #513652. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision Changes Path 1.1 gnome-base/librsvg/files/librsvg-2.40.2-vala-out-of-source.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/files/librsvg-2.40.2-vala-out-of-source.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/files/librsvg-2.40.2-vala-out-of-source.patch?rev=1.1&content-type=text/plain Index: librsvg-2.40.2-vala-out-of-source.patch =================================================================== >From bf4da5524d50e1068f851bcbe50c8f8ae1948d73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 18 Jun 2014 09:44:51 +0200 Subject: [PATCH] build: Fix building .vapi out-of-source. Rsvg-2.0-custom.vala file resides in $(srcdir), and therefore full path needs to be given to vapigen. Otherwise, the build fails when build is performed out-of-source. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index e881100..dc6b0c9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -257,7 +257,7 @@ VAPIGEN_VAPIS = librsvg-$(RSVG_API_VERSION).vapi librsvg_@RSVG_API_VERSION_U@_vapi_DEPS = gio-2.0 cairo librsvg_@RSVG_API_VERSION_U@_vapi_METADATADIRS = $(srcdir) -librsvg_@RSVG_API_VERSION_U@_vapi_FILES = Rsvg-$(RSVG_API_VERSION).gir Rsvg-$(RSVG_API_VERSION)-custom.vala +librsvg_@RSVG_API_VERSION_U@_vapi_FILES = Rsvg-$(RSVG_API_VERSION).gir $(srcdir)/Rsvg-$(RSVG_API_VERSION)-custom.vala vapidir = $(datadir)/vala/vapi vapi_DATA = $(VAPIGEN_VAPIS) -- 2.0.0