[PD-cvs] packages/darwin_app Makefile,1.65.2.11,1.65.2.12

Hans-Christoph Steiner eighthave at users.sourceforge.net
Wed Jun 13 21:12:52 CEST 2007


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

Modified Files:
      Tag: branch-v0-39-2-extended
	Makefile 
Log Message:
oops, the libquicktime plugins also need to be fixed by the embed script, so switch the order

Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/packages/darwin_app/Makefile,v
retrieving revision 1.65.2.11
retrieving revision 1.65.2.12
diff -C2 -d -r1.65.2.11 -r1.65.2.12
*** Makefile	13 Jun 2007 01:12:55 -0000	1.65.2.11
--- Makefile	13 Jun 2007 19:12:50 -0000	1.65.2.12
***************
*** 192,199 ****
  
  darwin_app_embed_libs:
- 	./embed-MacOSX-dependencies.sh $(PD_APP_CONTENTS)
  # embed libquicktime plugins
  	install -d $(PD_APP_CONTENTS)/lib/libquicktime
  	install -p /sw/lib/libquicktime/*.so $(PD_APP_CONTENTS)/lib/libquicktime
  
  # shortcut to install the readme on non-Extended builds
--- 192,199 ----
  
  darwin_app_embed_libs:
  # embed libquicktime plugins
  	install -d $(PD_APP_CONTENTS)/lib/libquicktime
  	install -p /sw/lib/libquicktime/*.so $(PD_APP_CONTENTS)/lib/libquicktime
+ 	./embed-MacOSX-dependencies.sh $(PD_APP_CONTENTS)
  
  # shortcut to install the readme on non-Extended builds





More information about the Pd-cvs mailing list