Revision: 10163 http://pure-data.svn.sourceforge.net/pure-data/?rev=10163&view=rev Author: eighthave Date: 2008-07-11 18:05:57 -0700 (Fri, 11 Jul 2008)
Log Message: ----------- added back the help symbol prefix and set it as 'Gem/', since it is needed to make the helpfiles work in the current setup
Modified Paths: -------------- branches/pd-extended/v0-40/packages/Makefile
Modified: branches/pd-extended/v0-40/packages/Makefile =================================================================== --- branches/pd-extended/v0-40/packages/Makefile 2008-07-11 14:45:51 UTC (rev 10162) +++ branches/pd-extended/v0-40/packages/Makefile 2008-07-12 01:05:57 UTC (rev 10163) @@ -479,15 +479,18 @@ # 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-ffmpeg --with-pd=$(pd_src) \ - --disable-NV + cd $(gem_src)/src && ./configure \ + DEFINES='-DHELPSYMBOL -DHELPSYMBOL_BASE="Gem/"' \ + --without-ffmpeg --with-pd=$(pd_src) --disable-NV $(MAKE) -C $(gem_src)/src
$(gem_src)/src/Gem.pd_darwin: # 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-x --without-ImageMagick \ + cd $(gem_src)/src && ./configure \ + DEFINES='-DHELPSYMBOL -DHELPSYMBOL_BASE="Gem/"' \ + --without-x --without-ImageMagick \ --without-tiff --without-jpeg --without-mpeg --without-mpeg3 \ --without-ieee1394 --without-aviplay --without-avifile --without-ffmpeg \ --with-ftgl-includes=/sw/include --with-ftgl-libs=/sw/lib \
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.