Revision: 10156 http://pure-data.svn.sourceforge.net/pure-data/?rev=10156&view=rev Author: sergi_ll Date: 2008-07-10 08:34:58 -0700 (Thu, 10 Jul 2008)
Log Message: ----------- add -fPIC cflag
Modified Paths: -------------- trunk/externals/pdvjtools/pix_preview/Makefile
Modified: trunk/externals/pdvjtools/pix_preview/Makefile =================================================================== --- trunk/externals/pdvjtools/pix_preview/Makefile 2008-07-10 15:33:08 UTC (rev 10155) +++ trunk/externals/pdvjtools/pix_preview/Makefile 2008-07-10 15:34:58 UTC (rev 10156) @@ -9,7 +9,7 @@ # build flags
GEM2PNM_INCLUDE = -I$(PD_DIR)/src -I. -I$(GEM_DIR)/src -I$(PD_DIR)/src -GEM2PNM_CPPFLAGS = -DPD -O2 -funroll-loops -fomit-frame-pointer -ffast-math \ +GEM2PNM_CPPFLAGS = -fPIC -DPD -O2 -funroll-loops -fomit-frame-pointer -ffast-math \ -Wall -W -Wno-unused -Wno-parentheses -Wno-switch \ -DGEM2PNM_VERSION="$(GEM2PNM_VERSION)" -g
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.