Revision: 9745 http://pure-data.svn.sourceforge.net/pure-data/?rev=9745&view=rev Author: zmoelnig Date: 2008-04-30 10:53:26 -0700 (Wed, 30 Apr 2008)
Log Message: ----------- added "-fPIC" for x86_64 compatibility
Modified Paths: -------------- trunk/externals/markex/Makefile
Modified: trunk/externals/markex/Makefile =================================================================== --- trunk/externals/markex/Makefile 2008-04-30 17:52:29 UTC (rev 9744) +++ trunk/externals/markex/Makefile 2008-04-30 17:53:26 UTC (rev 9745) @@ -39,7 +39,7 @@
.SUFFIXES: .pd_linux
-LINUXCFLAGS = -DUNIX -DPD -O2 -funroll-loops -fomit-frame-pointer \ +LINUXCFLAGS = -DUNIX -DPD -O2 -funroll-loops -fomit-frame-pointer -fPIC \ -Wall -W -Wshadow -Wstrict-prototypes -Werror \ -Wno-unused -Wno-parentheses -Wno-switch
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.