[PD-cvs] externals/pidip Makefile.in,1.9,1.10

Hans-Christoph Steiner eighthave at users.sourceforge.net
Thu Apr 19 06:28:48 CEST 2007


Update of /cvsroot/pure-data/externals/pidip
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23693

Modified Files:
	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_toolchangingins.html for more details

Index: Makefile.in
===================================================================
RCS file: /cvsroot/pure-data/externals/pidip/Makefile.in,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** Makefile.in	14 Dec 2006 06:03:29 -0000	1.9
--- Makefile.in	19 Apr 2007 04:28:45 -0000	1.10
***************
*** 43,47 ****
  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
  
--- 43,47 ----
  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
  





More information about the Pd-cvs mailing list