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