diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-10-06 05:12:01 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-10-06 05:12:01 +0000 |
commit | a8b5d482aae017703162b4e442b820082d05b2d7 (patch) | |
tree | d7630af9355065adf697bd8af8c327bebf3029b2 /packages/Makefile | |
parent | c65adb37b42c1c2134fd09d90ed7c6ced6817ae0 (diff) |
added lots of --without- flags for compiling Gem on Mac OS X at IOhannes' recommendation
svn path=/trunk/; revision=6078
Diffstat (limited to 'packages/Makefile')
-rw-r--r-- | packages/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
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) |