From a8b5d482aae017703162b4e442b820082d05b2d7 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 6 Oct 2006 05:12:01 +0000 Subject: added lots of --without- flags for compiling Gem on Mac OS X at IOhannes' recommendation svn path=/trunk/; revision=6078 --- packages/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/Makefile b/packages/Makefile index 891045b7..bf0e71db 100644 --- a/packages/Makefile +++ b/packages/Makefile @@ -484,7 +484,10 @@ $(gem_src)/src/Gem.pd_darwin: $(gem_src)/src/configure # always run aclocal/autoconf until "configure" is deleted from CVS cd $(gem_src)/src && aclocal cd $(gem_src)/src && autoconf - cd $(gem_src)/src && ./configure --without-ImageMagick --with-pd=$(pd_src) + cd $(gem_src)/src && ./configure --without-x --without-ImageMagick \ + --without-tiff --without-jpeg --without-mpeg --without-mpeg3 \ + --without-ieee1394 --without-aviplay --without-avifile --without-ffmpeg \ + --with-pd=$(pd_src) $(MAKE) -C $(gem_src)/src gem: $(gem_src)/src/Gem.$(EXTENSION) -- cgit v1.2.1