public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-text/zathura/files: zathura-0.3.2-no-sqlite.patch
@ 2015-02-26 15:01 Michael Weber (xmw)
  0 siblings, 0 replies; only message in thread
From: Michael Weber (xmw) @ 2015-02-26 15:01 UTC (permalink / raw
  To: gentoo-commits

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)





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-02-26 15:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-26 15:01 [gentoo-commits] gentoo-x86 commit in app-text/zathura/files: zathura-0.3.2-no-sqlite.patch Michael Weber (xmw)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox