Skip to content

Commit

Permalink
we don't need libgif/libtiff
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Eriksen committed May 17, 2010
1 parent d81af1e commit b01a7cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GNUmakefile.emacs
Expand Up @@ -18,7 +18,7 @@ staging/$(THING)/src/thing: staging/$(THING)/src/Makefile
cd staging/$(THING); $(MAKE)

staging/$(THING)/src/Makefile: staging/$(THING)
cd staging/$(THING); ./configure --with-x --prefix=$(prefix)/$(THING)
cd staging/$(THING); ./configure --with-gif=no --with-tiff=no --with-x --prefix=$(prefix)/$(THING)

staging/$(THING): source-archives/$(THING).tar.gz
cat $< | (cd staging; tar xzf -)
Expand Down

0 comments on commit b01a7cf

Please sign in to comment.