[PD-cvs] externals/iemlib/src/iemlib2 makefile, 1.5, 1.6 sigm2f.c, 1.3, 1.4 splitfilename.c, 1.5, 1.6

IOhannes m zmölnig zmoelnig at users.sourceforge.net
Sat Sep 3 10:28:44 CEST 2005


Update of /cvsroot/pure-data/externals/iemlib/src/iemlib2
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13769

Modified Files:
	makefile sigm2f.c splitfilename.c 
Log Message:
added "-fPIC" tocompile under x86_64 in "makefile"
include <math.h> in sigm2f and splitfilname


Index: sigm2f.c
===================================================================
RCS file: /cvsroot/pure-data/externals/iemlib/src/iemlib2/sigm2f.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** sigm2f.c	8 Jul 2005 02:04:25 -0000	1.3
--- sigm2f.c	3 Sep 2005 08:28:41 -0000	1.4
***************
*** 14,17 ****
--- 14,18 ----
  #include <string.h>
  #include <stdio.h>
+ #include <math.h>
  
  /* ----------- m2f~ ----------- */

Index: makefile
===================================================================
RCS file: /cvsroot/pure-data/externals/iemlib/src/iemlib2/makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** makefile	1 Jul 2005 19:35:36 -0000	1.5
--- makefile	3 Sep 2005 08:28:41 -0000	1.6
***************
*** 12,16 ****
  CFLAGS = -DPD -DUNIX -W -Werror -Wno-unused \
  	-Wno-parentheses -Wno-switch -O6 -funroll-loops -fomit-frame-pointer \
!         -DDL_OPEN
  
  SYSTEM = $(shell uname -m)
--- 12,16 ----
  CFLAGS = -DPD -DUNIX -W -Werror -Wno-unused \
  	-Wno-parentheses -Wno-switch -O6 -funroll-loops -fomit-frame-pointer \
!         -DDL_OPEN -fPIC
  
  SYSTEM = $(shell uname -m)

Index: splitfilename.c
===================================================================
RCS file: /cvsroot/pure-data/externals/iemlib/src/iemlib2/splitfilename.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** splitfilename.c	8 Jul 2005 02:04:25 -0000	1.5
--- splitfilename.c	3 Sep 2005 08:28:41 -0000	1.6
***************
*** 14,17 ****
--- 14,18 ----
  #include <string.h>
  #include <stdio.h>
+ #include <math.h>
  
  /* ----------------------- splitfilename -------------------------- */





More information about the Pd-cvs mailing list