xmw 15/02/26 15:01:58 Added: zathura-0.3.2-no-sqlite.patch Log: Version bump (bug 532576, thanks Chris Torske). Add a patch for USE=-sqlite with installed sqlite:3. (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
Revision Changes Path 1.1 app-text/zathura/files/zathura-0.3.2-no-sqlite.patch 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 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 Index: zathura-0.3.2-no-sqlite.patch =================================================================== --- zathura-0.3.2/Makefile +++ zathura-0.3.2/Makefile @@ -12,7 +12,7 @@ SOURCE = $(OSOURCE) CPPFLAGS += -DWITH_SQLITE else -SOURCE = $(filter-out database-sqlite.c,$(OSOURCE)) +SOURCE = $(filter-out ${PROJECT}/database-sqlite.c,$(OSOURCE)) endif ifneq ($(WITH_MAGIC),0)
