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.
 
 
 
 
 
 

26 lines
644 B

Index: Makefile
--- Makefile.orig 2016-04-21 13:14:32.000000000 +0200
+++ Makefile 2016-05-16 09:40:42.571476454 +0200
@@ -340,8 +340,8 @@
bindir ?= $(prefix)/bin
libdir ?= $(prefix)/lib
incdir ?= $(prefix)/include
-mandir ?= $(prefix)/share/man
-docdir ?= $(prefix)/share/doc/mupdf
+mandir ?= $(prefix)/man
+docdir ?= $(prefix)/share/mupdf
third: $(THIRD_LIB)
extra: $(CURL_LIB) $(GLFW_LIB)
Index: Makerules
--- Makerules.orig 2016-04-21 13:14:32.000000000 +0200
+++ Makerules 2016-05-16 09:41:11.911428110 +0200
@@ -7,7 +7,7 @@
HAVE_LIBDL ?= yes
-CFLAGS += -Wall
+CFLAGS +=
ifeq "$(build)" "debug"
CFLAGS += -pipe -g -DDEBUG