[PD-cvs] doc/tutorials/externals-howto/example1 Makefile,1.1,1.2

IOhannes m zmölnig zmoelnig at users.sourceforge.net
Tue Jan 9 17:48:58 CET 2007


Update of /cvsroot/pure-data/doc/tutorials/externals-howto/example1
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29320

Modified Files:
	Makefile 
Log Message:
added "-fPIC" to compile on amd64


Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/doc/tutorials/externals-howto/example1/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Makefile	31 Jan 2006 12:11:39 -0000	1.1
--- Makefile	9 Jan 2007 16:48:56 -0000	1.2
***************
*** 63,67 ****
  pd_linux: $(TARGETS)
  
! LINUXCFLAGS = -DPD -O2 -funroll-loops -fomit-frame-pointer \
      -Wall -W -Wshadow -Wstrict-prototypes -Werror \
      -Wno-unused -Wno-parentheses -Wno-switch
--- 63,67 ----
  pd_linux: $(TARGETS)
  
! LINUXCFLAGS = -DPD -O2 -funroll-loops -fomit-frame-pointer -fPIC \
      -Wall -W -Wshadow -Wstrict-prototypes -Werror \
      -Wno-unused -Wno-parentheses -Wno-switch





More information about the Pd-cvs mailing list