[PD-cvs] externals/unauthorized/sonogram~ sonogram~-joge.c, 1.5, 1.6 sonogram~-yves.c, 1.6, 1.7 sonogram~.c, 1.9, 1.10

Hans-Christoph Steiner eighthave at users.sourceforge.net
Tue Apr 19 02:17:39 CEST 2005


Update of /cvsroot/pure-data/externals/unauthorized/sonogram~
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31401/sonogram~

Modified Files:
	sonogram~-joge.c sonogram~-yves.c sonogram~.c 
Log Message:
updated to build on a plain MacOSX setup

Index: sonogram~-yves.c
===================================================================
RCS file: /cvsroot/pure-data/externals/unauthorized/sonogram~/sonogram~-yves.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** sonogram~-yves.c	30 May 2004 05:20:01 -0000	1.6
--- sonogram~-yves.c	19 Apr 2005 00:17:36 -0000	1.7
***************
*** 38,42 ****
  #include <fcntl.h>
  #include <sys/stat.h>
! #ifndef MACOSX
  #include <malloc.h>
  #endif
--- 38,42 ----
  #include <fcntl.h>
  #include <sys/stat.h>
! #ifndef __APPLE__
  #include <malloc.h>
  #endif

Index: sonogram~.c
===================================================================
RCS file: /cvsroot/pure-data/externals/unauthorized/sonogram~/sonogram~.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** sonogram~.c	2 Mar 2005 02:48:57 -0000	1.9
--- sonogram~.c	19 Apr 2005 00:17:36 -0000	1.10
***************
*** 38,42 ****
--- 38,48 ----
  #include <fcntl.h>
  #include <sys/stat.h>
+ 
+ #ifdef __APPLE__
+ #include <sys/malloc.h>
+ #else
  #include <malloc.h>
+ #endif
+ 
  #include <ctype.h>
  #include <pthread.h>

Index: sonogram~-joge.c
===================================================================
RCS file: /cvsroot/pure-data/externals/unauthorized/sonogram~/sonogram~-joge.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** sonogram~-joge.c	25 Sep 2003 20:58:55 -0000	1.5
--- sonogram~-joge.c	19 Apr 2005 00:17:36 -0000	1.6
***************
*** 38,42 ****
  #include <fcntl.h>
  #include <sys/stat.h>
! #ifndef MACOSX
  #include <malloc.h>
  #endif
--- 38,42 ----
  #include <fcntl.h>
  #include <sys/stat.h>
! #ifndef __APPLE__
  #include <malloc.h>
  #endif





More information about the Pd-cvs mailing list