[PD-cvs] externals/iem/comport/comport makefile,1.3,1.4

IOhannes m zmölnig zmoelnig at users.sourceforge.net
Sat Jul 29 16:18:25 CEST 2006


Update of /cvsroot/pure-data/externals/iem/comport/comport
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12069

Modified Files:
	makefile 
Log Message:
added -fPIC for pd_linux to compile on amd64


Index: makefile
===================================================================
RCS file: /cvsroot/pure-data/externals/iem/comport/comport/makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** makefile	27 Jan 2006 09:30:37 -0000	1.3
--- makefile	29 Jul 2006 14:18:23 -0000	1.4
***************
*** 70,74 ****
  .SUFFIXES: .pd_linux
  
! LINUXCFLAGS = -DPD -O2 -funroll-loops -fomit-frame-pointer \
      -Wall -W -Wshadow -Wstrict-prototypes -Werror \
      -Wno-unused -Wno-parentheses -Wno-switch
--- 70,74 ----
  .SUFFIXES: .pd_linux
  
! LINUXCFLAGS = -DPD -O2 -fPIC -funroll-loops -fomit-frame-pointer \
      -Wall -W -Wshadow -Wstrict-prototypes -Werror \
      -Wno-unused -Wno-parentheses -Wno-switch





More information about the Pd-cvs mailing list