Gentoo Archives: gentoo-commits

From: "Michael Weber (xmw)" <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/zathura/files: zathura-0.3.2-no-sqlite.patch
Date: Thu, 26 Feb 2015 15:02:07
Message-Id: 20150226150158.D1EFF12999@oystercatcher.gentoo.org
1 xmw 15/02/26 15:01:58
2
3 Added: zathura-0.3.2-no-sqlite.patch
4 Log:
5 Version bump (bug 532576, thanks Chris Torske). Add a patch for USE=-sqlite with installed sqlite:3.
6
7 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
8
9 Revision Changes Path
10 1.1 app-text/zathura/files/zathura-0.3.2-no-sqlite.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/zathura/files/zathura-0.3.2-no-sqlite.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/zathura/files/zathura-0.3.2-no-sqlite.patch?rev=1.1&content-type=text/plain
14
15 Index: zathura-0.3.2-no-sqlite.patch
16 ===================================================================
17 --- zathura-0.3.2/Makefile
18 +++ zathura-0.3.2/Makefile
19 @@ -12,7 +12,7 @@
20 SOURCE = $(OSOURCE)
21 CPPFLAGS += -DWITH_SQLITE
22 else
23 -SOURCE = $(filter-out database-sqlite.c,$(OSOURCE))
24 +SOURCE = $(filter-out ${PROJECT}/database-sqlite.c,$(OSOURCE))
25 endif
26
27 ifneq ($(WITH_MAGIC),0)