You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-text/zathura/files/zathura-0.3.2-no-sqlite.patch

12 lines
286 B

--- 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)