[PD-cvs] pd/src configure, 1.6.2.14.2.9, 1.6.2.14.2.10 configure.in, 1.5.4.5.2.16.2.11, 1.5.4.5.2.16.2.12

Mathieu Bouchard matju at users.sourceforge.net
Fri Dec 8 20:54:55 CET 2006


Update of /cvsroot/pure-data/pd/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14194

Modified Files:
      Tag: desiredata
	configure configure.in 
Log Message:
/bin/sh's syntax is broken by design


Index: configure
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/configure,v
retrieving revision 1.6.2.14.2.9
retrieving revision 1.6.2.14.2.10
diff -C2 -d -r1.6.2.14.2.9 -r1.6.2.14.2.10
*** configure	8 Dec 2006 19:38:01 -0000	1.6.2.14.2.9
--- configure	8 Dec 2006 19:54:52 -0000	1.6.2.14.2.10
***************
*** 4333,4345 ****
      EXTERNTARGET=pd_darwin
  ### this comes from pd 0.40
!     if test `uname -r` = 7.9.0; then
  #	CPPFLAGS=$CPPFLAGS" -DMACOSX3"
  #	EXTERNTARGET=d_ppc
!     else
  #	CPPFLAGS=$CPPFLAGS" -isysroot /Developer/SDKs/MacOSX10.4u.sdk"
  #	MORECFLAGS=$MORECFLAGS" -arch i386 -arch ppc"
  #	EXTERNTARGET=d_fat
  #	LDFLAGS=$LDFLAGS" -arch i386 -arch ppc"
!     fi
  fi
  
--- 4333,4345 ----
      EXTERNTARGET=pd_darwin
  ### this comes from pd 0.40
! #    if test `uname -r` = 7.9.0; then
  #	CPPFLAGS=$CPPFLAGS" -DMACOSX3"
  #	EXTERNTARGET=d_ppc
! #    else
  #	CPPFLAGS=$CPPFLAGS" -isysroot /Developer/SDKs/MacOSX10.4u.sdk"
  #	MORECFLAGS=$MORECFLAGS" -arch i386 -arch ppc"
  #	EXTERNTARGET=d_fat
  #	LDFLAGS=$LDFLAGS" -arch i386 -arch ppc"
! #    fi
  fi
  

Index: configure.in
===================================================================
RCS file: /cvsroot/pure-data/pd/src/configure.in,v
retrieving revision 1.5.4.5.2.16.2.11
retrieving revision 1.5.4.5.2.16.2.12
diff -C2 -d -r1.5.4.5.2.16.2.11 -r1.5.4.5.2.16.2.12
*** configure.in	8 Dec 2006 19:38:01 -0000	1.5.4.5.2.16.2.11
--- configure.in	8 Dec 2006 19:54:53 -0000	1.5.4.5.2.16.2.12
***************
*** 83,95 ****
      EXTERNTARGET=pd_darwin
  ### this comes from pd 0.40
!     if test `uname -r` = 7.9.0; then
  #	CPPFLAGS=$CPPFLAGS" -DMACOSX3"
  #	EXTERNTARGET=d_ppc
!     else
  #	CPPFLAGS=$CPPFLAGS" -isysroot /Developer/SDKs/MacOSX10.4u.sdk"
  #	MORECFLAGS=$MORECFLAGS" -arch i386 -arch ppc"
  #	EXTERNTARGET=d_fat
  #	LDFLAGS=$LDFLAGS" -arch i386 -arch ppc"
!     fi
  fi
  
--- 83,95 ----
      EXTERNTARGET=pd_darwin
  ### this comes from pd 0.40
! #    if test `uname -r` = 7.9.0; then
  #	CPPFLAGS=$CPPFLAGS" -DMACOSX3"
  #	EXTERNTARGET=d_ppc
! #    else
  #	CPPFLAGS=$CPPFLAGS" -isysroot /Developer/SDKs/MacOSX10.4u.sdk"
  #	MORECFLAGS=$MORECFLAGS" -arch i386 -arch ppc"
  #	EXTERNTARGET=d_fat
  #	LDFLAGS=$LDFLAGS" -arch i386 -arch ppc"
! #    fi
  fi
  





More information about the Pd-cvs mailing list