diff options
Diffstat (limited to 'app-text/zathura/files/zathura-0.3.2-no-sqlite.patch')
-rw-r--r-- | app-text/zathura/files/zathura-0.3.2-no-sqlite.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-text/zathura/files/zathura-0.3.2-no-sqlite.patch b/app-text/zathura/files/zathura-0.3.2-no-sqlite.patch new file mode 100644 index 000000000000..3a93db8d78fb --- /dev/null +++ b/app-text/zathura/files/zathura-0.3.2-no-sqlite.patch @@ -0,0 +1,11 @@ +--- 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) |