Update of /cvsroot/pure-data/externals/PDContainer In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15653
Modified Files: makefile Log Message: added "-fPIC" so it also compiles on x86_64
Index: makefile =================================================================== RCS file: /cvsroot/pure-data/externals/PDContainer/makefile,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** makefile 8 May 2005 17:00:37 -0000 1.4 --- makefile 16 Jun 2005 22:21:17 -0000 1.5 *************** *** 7,11 **** INCLUDE=-I$(PD-SCR) -I. LIB=-lc -lm ! CC_FLAGS = -DPD -c -Wall LD_FLAGS = --export-dynamic -shared -o
--- 7,11 ---- INCLUDE=-I$(PD-SCR) -I. LIB=-lc -lm ! CC_FLAGS = -DPD -c -Wall -fPIC LD_FLAGS = --export-dynamic -shared -o