Update of /cvsroot/pure-data/externals/iem16/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2783
Modified Files: makefile Log Message: added -fPIC to compile on 64bit machines
Index: makefile =================================================================== RCS file: /cvsroot/pure-data/externals/iem16/src/makefile,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** makefile 23 Nov 2004 15:29:47 -0000 1.1.1.1 --- makefile 29 Jul 2006 13:53:12 -0000 1.2 *************** *** 15,19 **** # by default DESTDIR = ! INSTALL_PREFIX = /usr PDLIBDIR = /lib/pd #these were the user adjustables --- 15,19 ---- # by default DESTDIR = ! INSTALL_PREFIX = /usr/local PDLIBDIR = /lib/pd #these were the user adjustables *************** *** 43,47 ****
#CFLAGS = -O2 -g -Wall $(LINCLUDE) $(UCFLAGS) $(AFLAGS) ! CFLAGS = -O3 -g -Wall $(LINCLUDE) $(UCFLAGS) $(AFLAGS)
--- 43,47 ----
#CFLAGS = -O2 -g -Wall $(LINCLUDE) $(UCFLAGS) $(AFLAGS) ! CFLAGS = -fPIC -O3 -g -Wall $(LINCLUDE) $(UCFLAGS) $(AFLAGS)