[PD-cvs] SF.net SVN: pure-data: [10160] trunk/externals/pix_opencv/Makefile

sergi_ll at users.sourceforge.net sergi_ll at users.sourceforge.net
Thu Jul 10 17:43:49 CEST 2008


Revision: 10160
          http://pure-data.svn.sourceforge.net/pure-data/?rev=10160&view=rev
Author:   sergi_ll
Date:     2008-07-10 08:43:49 -0700 (Thu, 10 Jul 2008)

Log Message:
-----------
add -fPIC cflag

Modified Paths:
--------------
    trunk/externals/pix_opencv/Makefile

Modified: trunk/externals/pix_opencv/Makefile
===================================================================
--- trunk/externals/pix_opencv/Makefile	2008-07-10 15:42:52 UTC (rev 10159)
+++ trunk/externals/pix_opencv/Makefile	2008-07-10 15:43:49 UTC (rev 10160)
@@ -6,7 +6,7 @@
 # build flags
 
 INCLUDES =  -I$(PD_DIR)/src -I.  -I$(GEM_DIR)/src -I$(PD_DIR)/src
-CPPFLAGS  = -DPD -O2 -funroll-loops -fomit-frame-pointer  -ffast-math \
+CPPFLAGS  = -fPIC -DPD -O2 -funroll-loops -fomit-frame-pointer  -ffast-math \
     -Wall -W -Wno-unused -Wno-parentheses -Wno-switch \
     -DGEM_OPENCV_VERSION=\"$(GEM_OPENCV_VERSION)\" -g
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Pd-cvs mailing list