Revision: 10453 http://pure-data.svn.sourceforge.net/pure-data/?rev=10453&view=rev Author: federico__ Date: 2008-12-20 21:48:16 +0000 (Sat, 20 Dec 2008)
Log Message: ----------- fix cflags for amd64
Modified Paths: -------------- trunk/externals/ffext/tracker/makefile
Modified: trunk/externals/ffext/tracker/makefile =================================================================== --- trunk/externals/ffext/tracker/makefile 2008-12-16 15:49:11 UTC (rev 10452) +++ trunk/externals/ffext/tracker/makefile 2008-12-20 21:48:16 UTC (rev 10453) @@ -35,7 +35,7 @@ LINUXLDFLAGS = -export_dynamic -shared
.c.pd_linux: - $(CC) $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c + $(CC) $(LINUXCFLAGS) $(CFLAGS) $(LINUXINCLUDE) -fPIC -o $*.o -c $*.c $(LD) $(LINUXLDFLAGS) -o $*.pd_linux $*.o -lc -lm strip --strip-unneeded $*.pd_linux
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.