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

eighthave at users.sourceforge.net eighthave at users.sourceforge.net
Tue Jul 1 14:07:46 CEST 2008


Revision: 10129
          http://pure-data.svn.sourceforge.net/pure-data/?rev=10129&view=rev
Author:   eighthave
Date:     2008-07-01 05:07:35 -0700 (Tue, 01 Jul 2008)

Log Message:
-----------
added MACOSX_DEPLOYMENT_TARGET since it asks for it sometimes

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

Modified: trunk/externals/pdp_opencv/Makefile
===================================================================
--- trunk/externals/pdp_opencv/Makefile	2008-07-01 09:56:23 UTC (rev 10128)
+++ trunk/externals/pdp_opencv/Makefile	2008-07-01 12:07:35 UTC (rev 10129)
@@ -19,7 +19,8 @@
  EXTENSION = pd_linux
 endif
 ifeq ($(UNAME),Darwin)
- OPENCV_DIR = ../pix_opencv/opencv-1.0.0
+ export MACOSX_DEPLOYMENT_TARGET = 10.3
+ OPENCV_DIR = /Users/pd/opencv-1.0.0
  INCLUDES += -I$(OPENCV_DIR)/cv/include -I$(OPENCV_DIR)/cxcore/include -I$(OPENCV_DIR)/cvaux/include -I/sw/include
  LDFLAGS =  -bundle -undefined dynamic_lookup
  LIBS =  -lm $(OPENCV_DIR)/build/cv/src/.libs/lib_cv.a -L/sw/lib


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