diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2010-01-18 13:15:53 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2010-01-18 13:15:53 +0000 |
commit | b3d93a8e243583c6a0552cdbc9a4c6319dfb9e86 (patch) | |
tree | eadb393d61ba1116d8e1c158907a406a578a68fa /graphics/opencv/files/patch-interfaces-swig-python-Makefile.in | |
parent | Silent some compiler warnings that could result on program abort (diff) |
- Update port: graphics/opencv 1.0.0 -> 2.0.0
PR: 140860
Submitted by: Alberto Villa (maintainer)
Approved by: miwi, tabthorpe (mentors implicit)
Diffstat (limited to 'graphics/opencv/files/patch-interfaces-swig-python-Makefile.in')
-rw-r--r-- | graphics/opencv/files/patch-interfaces-swig-python-Makefile.in | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/graphics/opencv/files/patch-interfaces-swig-python-Makefile.in b/graphics/opencv/files/patch-interfaces-swig-python-Makefile.in deleted file mode 100644 index f06ba4461f31..000000000000 --- a/graphics/opencv/files/patch-interfaces-swig-python-Makefile.in +++ /dev/null @@ -1,21 +0,0 @@ ---- interfaces/swig/python/Makefile.in.orig 2009-08-17 13:05:42.767591162 +0200 -+++ interfaces/swig/python/Makefile.in 2009-08-17 13:12:40.803413956 +0200 -@@ -338,16 +338,14 @@ - - @BUILD_PYTHON_WRAPPERS_TRUE@_cv_la_CXXFLAGS = $(PYTHON_CSPEC) - @BUILD_PYTHON_WRAPPERS_TRUE@_cv_la_LIBADD = $(top_builddir)/cv/src/libcv.la --@BUILD_PYTHON_WRAPPERS_TRUE@_cv_la_LDFLAGS = -module -avoid-version -no-undefined $(PYTHON_LSPEC) \ --@BUILD_PYTHON_WRAPPERS_TRUE@ -L$(SWIG_PYTHON_LIBS) -+@BUILD_PYTHON_WRAPPERS_TRUE@_cv_la_LDFLAGS = -module -avoid-version -no-undefined $(PYTHON_LSPEC) - - @BUILD_PYTHON_WRAPPERS_TRUE@_highgui_la_SOURCES = _highgui.cpp pyhelpers.cpp pyhelpers.h \ - @BUILD_PYTHON_WRAPPERS_TRUE@ highgui.i - - @BUILD_PYTHON_WRAPPERS_TRUE@_highgui_la_CXXFLAGS = $(PYTHON_CSPEC) - @BUILD_PYTHON_WRAPPERS_TRUE@_highgui_la_LIBADD = $(top_builddir)/otherlibs/highgui/libhighgui.la --@BUILD_PYTHON_WRAPPERS_TRUE@_highgui_la_LDFLAGS = -module -avoid-version -no-undefined $(PYTHON_LSPEC) \ --@BUILD_PYTHON_WRAPPERS_TRUE@ -L$(SWIG_PYTHON_LIBS) -+@BUILD_PYTHON_WRAPPERS_TRUE@_highgui_la_LDFLAGS = -module -avoid-version -no-undefined $(PYTHON_LSPEC) - - all: all-am - |