[PD-cvs] externals/moocow/flite README.pod, 1.1, 1.2 configure.in, 1.1, 1.2 flite-help.pd, 1.1, 1.2

Bryan Jurish mukau at users.sourceforge.net
Sat Jun 9 00:51:09 CEST 2007


Update of /cvsroot/pure-data/externals/moocow/flite
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23213

Modified Files:
	README.pod configure.in flite-help.pd 
Log Message:
+ added -fPIC linux c-flag

Index: flite-help.pd
===================================================================
RCS file: /cvsroot/pure-data/externals/moocow/flite/flite-help.pd,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** flite-help.pd	2 Feb 2006 12:41:51 -0000	1.1
--- flite-help.pd	8 Jun 2007 22:51:07 -0000	1.2
***************
*** 1,9 ****
! #N canvas 156 26 606 524 10;
  #X text 25 4 flite : text-to-speech synthesis with libflite;
! #N canvas 0 0 450 300 graph1 0;
! #X array words1 112963 float 0;
! #X coords 0 1 112962 -1 100 70 1;
  #X restore 265 245 graph;
! #N canvas 0 0 450 300 graph2 0;
  #X array words2 112963 float 0;
  #X coords 0 1 112962 -1 100 70 1;
--- 1,9 ----
! #N canvas 284 362 606 524 10;
  #X text 25 4 flite : text-to-speech synthesis with libflite;
! #N canvas 0 0 450 300 (subpatch) 0;
! #X array words1 47681 float 0;
! #X coords 0 1 47680 -1 100 70 1;
  #X restore 265 245 graph;
! #N canvas 0 0 450 300 (subpatch) 0;
  #X array words2 112963 float 0;
  #X coords 0 1 112962 -1 100 70 1;

Index: README.pod
===================================================================
RCS file: /cvsroot/pure-data/externals/moocow/flite/README.pod,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** README.pod	2 Feb 2006 12:41:51 -0000	1.1
--- README.pod	8 Jun 2007 22:51:07 -0000	1.2
***************
*** 63,66 ****
--- 63,70 ----
  Default=no.
  
+ =item * Environment Variables
+ 
+ CPPFLAGS, CFLAGS, LDFLAGS, etc.
+ 
  =back
  

Index: configure.in
===================================================================
RCS file: /cvsroot/pure-data/externals/moocow/flite/configure.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** configure.in	2 Feb 2006 12:41:51 -0000	1.1
--- configure.in	8 Jun 2007 22:51:07 -0000	1.2
***************
*** 191,195 ****
      OFLAGS="-g"
    fi
!   EXT=pd_linux	
  fi
  
--- 191,197 ----
      OFLAGS="-g"
    fi
!   OFLAGS="$OFLAGS -fPIC"
!   DFLAGS="$DFLAGS -DPIC"
!   EXT=pd_linux
  fi
  





More information about the Pd-cvs mailing list