[PD-cvs] pd/src configure,1.6.2.14.2.1,1.6.2.14.2.2

Mathieu Bouchard matju at users.sourceforge.net
Wed Dec 6 03:44:27 CET 2006


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

Modified Files:
      Tag: desiredata
	configure 
Log Message:
amd64 support


Index: configure
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/configure,v
retrieving revision 1.6.2.14.2.1
retrieving revision 1.6.2.14.2.2
diff -C2 -d -r1.6.2.14.2.1 -r1.6.2.14.2.2
*** configure	4 Dec 2006 20:57:08 -0000	1.6.2.14.2.1
--- configure	6 Dec 2006 02:44:25 -0000	1.6.2.14.2.2
***************
*** 4322,4325 ****
--- 4322,4329 ----
  fi
  
+ if test `uname -p` = x86_64; then
+     LDSOFLAGS=$LDSOFLAGS" -fPIC"
+ fi
+ 
  if test "$static" = yes; then LDFLAGS="$LDFLAGS -static"; fi
  





More information about the Pd-cvs mailing list