mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
1398563371
The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL and utilizes Intel Integrated Performance Primitives for better performance. WWW: http://sourceforge.net/projects/opencvlibrary/ http://www.intel.com/research/mrl/research/opencv/ PR: ports/78473 Submitted by: Marc Abramowitz <msabramo@yahoo.com>
12 lines
443 B
Plaintext
12 lines
443 B
Plaintext
--- Makefile.in.orig Thu Dec 29 14:20:44 2005
|
|
+++ Makefile.in Thu Dec 29 14:21:13 2005
|
|
@@ -194,7 +194,7 @@
|
|
|
|
# All the rest of the distributed files
|
|
EXTRA_DIST = THANKS COPYING INSTALL README NEWS ChangeLog opencv.spec opencv.spec.in opencv.pc.in opencv.pc autogen.sh _make utils
|
|
-pkgconfigdir = $(libdir)/pkgconfig
|
|
+pkgconfigdir = $(libdir)data/pkgconfig
|
|
pkgconfig_DATA = opencv.pc
|
|
all: cvconfig.h
|
|
$(MAKE) $(AM_MAKEFLAGS) all-recursive
|