aboutsummaryrefslogtreecommitdiffstats
path: root/community/mupdf/shared-lib.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/mupdf/shared-lib.patch')
-rw-r--r--community/mupdf/shared-lib.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/community/mupdf/shared-lib.patch b/community/mupdf/shared-lib.patch
deleted file mode 100644
index a8690e60985..00000000000
--- a/community/mupdf/shared-lib.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/Makefile 2020-11-22 16:06:50.382848861 +0000
-+++ b/Makefile 2020-11-22 16:11:49.044201863 +0000
-@@ -24,7 +24,7 @@
- # Do not specify CFLAGS or LIBS on the make invocation line - specify
- # XCFLAGS or XLIBS instead. Make ignores any lines in the makefile that
- # set a variable that was set on the command line.
--CFLAGS += $(XCFLAGS) -Iinclude
-+CFLAGS += $(XCFLAGS) -Iinclude -fPIC
- LIBS += $(XLIBS) -lm
-
- ifneq ($(threading),no)