[PD-cvs] externals/pdp Makefile.config.in,1.5,1.5.2.1

Hans-Christoph Steiner eighthave at users.sourceforge.net
Mon Dec 11 17:34:52 CET 2006


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

Modified Files:
      Tag: branch-v0-39-2-extended
	Makefile.config.in 
Log Message:

- removed arduino and hidio because they are changing too fast

- removed build products where they were causing difficulties

- fixed PDP build issues on Mac OS X

- fixed PiDiP build issues on Mac OS X, but it doesn't build yet because of a
  missing imagemagick header (magick/xwindow.h)




Index: Makefile.config.in
===================================================================
RCS file: /cvsroot/pure-data/externals/pdp/Makefile.config.in,v
retrieving revision 1.5
retrieving revision 1.5.2.1
diff -C2 -d -r1.5 -r1.5.2.1
*** Makefile.config.in	1 Sep 2006 13:45:29 -0000	1.5
--- Makefile.config.in	11 Dec 2006 16:34:50 -0000	1.5.2.1
***************
*** 37,40 ****
--- 37,44 ----
  PDP_CFLAGS += $(SDL_CFLAGS) $(PDP_EXTRA_CFLAGS) -DPDP_VERSION=\"$(PDP_VERSION)\"
  
+ ifeq ($(shell uname -s),Darwin)
+   PDP_CFLAGS += -fnested-functions
+ endif
+ 
  #PDP_CFLAGS  = -DPD -O2 -funroll-loops -fomit-frame-pointer  -ffast-math \
  #    -Wall -W -Wstrict-prototypes \





More information about the Pd-cvs mailing list