Ticket #36919: patch-Makefile.diff
File patch-Makefile.diff, 658 bytes (added by lpsinger (Leo Singer), 12 years ago) |
---|
-
Makefile
old new 306 306 307 307 libtiff : FORCE 308 308 @echo "Installing LIBTIFF..." 309 cd $(TKIMGDIR)/compat/libtiff; CC='$(CC)' CFLAGS='$(OPTS)' CXX='$(CC)' CXXFLAGS='$(OPTS)' LDFLAGS='$(LIBS)' ./configure --prefix $(root) --disable-shared --cache-file=$(LOCALCACHE) 309 cd $(TKIMGDIR)/compat/libtiff; CC='$(CC)' CFLAGS='$(OPTS)' CXX='$(CC)' CXXFLAGS='$(OPTS)' LDFLAGS='$(LIBS)' ./configure --prefix $(root) --disable-shared --cache-file=$(LOCALCACHE) --disable-jbig --disable-jpeg 310 310 cd $(TKIMGDIR)/compat/libtiff; $(MAKE) -j $(JOBS) ; $(MAKE) install 311 311 312 312 tkmpeg : FORCE