HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • Back to Ticket #655

Ticket #655: fitz-1.1.patch

File fitz-1.1.patch, 1.2 KB (added by cipri, 3 years ago)
  • Makefile

    diff -Naur mupdf-1.1-source/Makefile mupdf-1.1-source-haiku/Makefile
    old new  
    1313# XCFLAGS or XLIBS instead. Make ignores any lines in the makefile that 
    1414# set a variable that was set on the command line. 
    1515CFLAGS += $(XCFLAGS) -Ifitz -Ipdf -Ixps -Icbz -Iscripts 
    16 LIBS += $(XLIBS) -lfreetype -ljbig2dec -ljpeg -lopenjpeg -lz -lm 
     16LIBS += $(XLIBS) -lfreetype -ljbig2dec -ljpeg -lopenjpeg -lz -lroot 
    1717 
    1818include Makerules 
    1919include Makethird 
    … …  
    8686$(FITZ_LIB) : $(addprefix $(OUT)/, $(MUXPS_SRC:%.c=%.o)) 
    8787$(FITZ_LIB) : $(addprefix $(OUT)/, $(MUCBZ_SRC:%.c=%.o)) 
    8888 
    89 libs: $(FITZ_LIB) $(THIRD_LIBS) 
     89libs: $(FITZ_LIB) 
    9090 
    9191# --- Generated CMAP and FONT files --- 
    9292 
    … …  
    164164incdir ?= $(prefix)/include 
    165165mandir ?= $(prefix)/share/man 
    166166 
    167 install: $(FITZ_LIB) $(MUVIEW) $(MUDRAW) $(MUBUSY) 
     167install: $(FITZ_LIB) 
    168168        install -d $(bindir) $(libdir) $(incdir) $(mandir)/man1 
    169169        install $(FITZ_LIB) $(libdir) 
    170170        install fitz/memento.h fitz/fitz.h pdf/mupdf.h xps/muxps.h cbz/mucbz.h $(incdir) 
    171         install $(MUVIEW) $(MUDRAW) $(MUBUSY) $(bindir) 
    172171        install $(wildcard apps/man/*.1) $(mandir)/man1 
    173172 
    174173# --- Clean and Default --- 

Download in other formats:

  • Original Format

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/