summaryrefslogtreecommitdiff
path: root/graphics/opencv/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/opencv/patches/patch-ac')
-rw-r--r--graphics/opencv/patches/patch-ac15
1 files changed, 15 insertions, 0 deletions
diff --git a/graphics/opencv/patches/patch-ac b/graphics/opencv/patches/patch-ac
new file mode 100644
index 00000000000..f41441c98a3
--- /dev/null
+++ b/graphics/opencv/patches/patch-ac
@@ -0,0 +1,15 @@
+$NetBSD: patch-ac,v 1.1 2006/11/19 23:13:42 rillig Exp $
+
+Tags: upstream
+
+--- configure.in.orig 2006-11-19 23:04:12.000000000 +0100
++++ configure.in 2006-11-19 23:04:17.000000000 +0100
+@@ -304,7 +304,7 @@ else
+
+ # pkg-config is needed for GTK+
+ AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
+- if test x"$PKG_CONFIG" == "xno"; then
++ if test x"$PKG_CONFIG" = "xno"; then
+ AC_MSG_ERROR([You have to install pkg-config to compile OpenCV with GTK+])
+ fi
+