Update of /cvsroot/pure-data/externals/pidip In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1868
Modified Files: Tag: branch-v0-39-2-extended Makefile.in Log Message: added some padding to the dylib link names so that they can be rewritten by install_name_tool. This is used in the Pd-extended build system to include all needed dylibs in the Pd.app. See https://pow.idmi.poly.edu/weblog/hans/MacOSX/2007/04/18/install_name_toolcha... for more details
Index: Makefile.in =================================================================== RCS file: /cvsroot/pure-data/externals/pidip/Makefile.in,v retrieving revision 1.7.2.1 retrieving revision 1.7.2.2 diff -C2 -d -r1.7.2.1 -r1.7.2.2 *** Makefile.in 12 Dec 2006 02:42:48 -0000 1.7.2.1 --- Makefile.in 19 Apr 2007 04:56:47 -0000 1.7.2.2 *************** *** 44,48 **** pidip.pd_darwin: pdp_pidip_all rm -f pidip.pd_darwin ! g++ -bundle -undefined dynamic_lookup -o pidip.pd_darwin modules/*.o system/*.o -L/sw/lib $(THEORA_LIBS) $(PDP_PIDIP_LIBS) $(IMLIB_LIBS) $(MAGICK_LIBS) strip -x pidip.pd_darwin
--- 44,48 ---- pidip.pd_darwin: pdp_pidip_all rm -f pidip.pd_darwin ! g++ -bundle -undefined dynamic_lookup -headerpad_max_install_names -o pidip.pd_darwin modules/*.o system/*.o -L/sw/lib $(THEORA_LIBS) $(PDP_PIDIP_LIBS) $(IMLIB_LIBS) $(MAGICK_LIBS) strip -x pidip.pd_darwin