[PD-cvs] packages Makefile,1.46,1.47

Hans-Christoph Steiner eighthave at users.sourceforge.net
Fri Oct 6 07:12:04 CEST 2006


Update of /cvsroot/pure-data/packages
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18077

Modified Files:
	Makefile 
Log Message:
added lots of --without- flags for compiling Gem on Mac OS X at IOhannes' recommendation

Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/packages/Makefile,v
retrieving revision 1.46
retrieving revision 1.47
diff -C2 -d -r1.46 -r1.47
*** Makefile	28 Sep 2006 03:52:47 -0000	1.46
--- Makefile	6 Oct 2006 05:12:01 -0000	1.47
***************
*** 485,489 ****
  	cd $(gem_src)/src && aclocal
  	cd $(gem_src)/src && autoconf
! 	cd $(gem_src)/src && ./configure --without-ImageMagick --with-pd=$(pd_src)
  	$(MAKE) -C $(gem_src)/src
  
--- 485,492 ----
  	cd $(gem_src)/src && aclocal
  	cd $(gem_src)/src && autoconf
! 	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
  





More information about the Pd-cvs mailing list