Update of /cvsroot/pure-data/externals/iemlib/src/iemlib1 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12387
Modified Files: makefile Log Message: added "-fPIC" to the CFLAGS, since x86_64 needs this
Index: makefile =================================================================== RCS file: /cvsroot/pure-data/externals/iemlib/src/iemlib1/makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** makefile 6 Jun 2005 11:38:24 -0000 1.3 --- makefile 3 Sep 2005 08:21:17 -0000 1.4 *************** *** 12,16 **** CFLAGS = -DPD -DUNIX -W -Werror -Wno-unused \ -Wno-parentheses -Wno-switch -O6 -funroll-loops -fomit-frame-pointer \ ! -DDL_OPEN
SYSTEM = $(shell uname -m) --- 12,16 ---- CFLAGS = -DPD -DUNIX -W -Werror -Wno-unused \ -Wno-parentheses -Wno-switch -O6 -funroll-loops -fomit-frame-pointer \ ! -DDL_OPEN -fPIC
SYSTEM = $(shell uname -m)