aboutsummaryrefslogtreecommitdiff
path: root/graphics/zathura/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/zathura/files/patch-Makefile')
-rw-r--r--graphics/zathura/files/patch-Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/zathura/files/patch-Makefile b/graphics/zathura/files/patch-Makefile
deleted file mode 100644
index 6854c78fb623..000000000000
--- a/graphics/zathura/files/patch-Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.orig 2014-11-09 22:50:01 UTC
-+++ Makefile
-@@ -12,7 +12,7 @@ LIBS += $(SQLITE_LIB)
- 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)