mirror of
https://git.freebsd.org/ports.git
synced 2025-07-04 10:59:14 -04:00
Fix python support in highgui module. Bump PORTREVISION Pass maintainership to submitter. PR: 137805, 137871 Submitted by: Alberto Villa <villa.alberto AT gmail DOT com> Approved by: miwi (mentor)
21 lines
1.2 KiB
Text
21 lines
1.2 KiB
Text
--- 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
|
|
|