Update to 2.0.0 tree from current Fremantle build
[opencv] / debian / patches / 010_makefile_syntax.diff
diff --git a/debian/patches/010_makefile_syntax.diff b/debian/patches/010_makefile_syntax.diff
new file mode 100644 (file)
index 0000000..e97354e
--- /dev/null
@@ -0,0 +1,15 @@
+Index: opencv-1.0.0/Makefile.am
+===================================================================
+--- opencv-1.0.0.orig/Makefile.am      2006-07-20 14:34:09.000000000 +0200
++++ opencv-1.0.0/Makefile.am   2006-11-14 10:14:17.000000000 +0100
+@@ -6,8 +6,10 @@
+ ## Any directories that you want built and installed should go here.
+ if BUILD_APPS
+   APPS_DIR = apps
++  NO_APPS_DIR =
+ else
+   APPS_DIR =
++  NO_APPS_DIR = apps
+ endif
+ SUBDIRS = cxcore cv cvaux ml otherlibs utils interfaces $(APPS_DIR) tests samples data docs