]> git.pld-linux.org Git - packages/netpbm.git/blob - netpbm-system-jbig.patch
- added docs from http://netpbm.sourceforge.net/doc/
[packages/netpbm.git] / netpbm-system-jbig.patch
1 diff -Nur netpbm-9.12.orig/pnm/jbig/Makefile netpbm-9.12/pnm/jbig/Makefile
2 --- netpbm-9.12.orig/pnm/jbig/Makefile  Wed Feb 21 06:14:38 2001
3 +++ netpbm-9.12/pnm/jbig/Makefile       Thu Apr  5 21:39:27 2001
4 @@ -23,14 +23,14 @@
5             $(PPMDIR)/$(LIBPPM) $(PGMDIR)/$(LIBPGM) $(PBMDIR)/$(LIBPBM) 
6  
7  BINARIES = jbigtopnm pnmtojbig
8 -OBJECTS = $(patsubst %, %.o, $(BINARIES)) jbig.o jbig_tab.o
9 +OBJECTS = $(patsubst %, %.o, $(BINARIES))
10  
11  MANUALS1 = $(BINARIES)
12  
13  all: $(BINARIES)
14  
15 -$(BINARIES): %: %.o jbig.o jbig_tab.o $(NETPBMLIBS) $(LIBOPT)
16 -       $(LD) $(LDFLAGS) -o $@ $< jbig.o jbig_tab.o `$(LIBOPT) $(NETPBMLIBS)` \
17 +$(BINARIES): %: %.o $(NETPBMLIBS) $(LIBOPT)
18 +       $(LD) $(LDFLAGS) -o $@ $< -ljbig `$(LIBOPT) $(NETPBMLIBS)` \
19           $(CDEBUG)
20  
21  
This page took 0.065212 seconds and 3 git commands to generate.