summaryrefslogtreecommitdiff
path: root/graphics/lensfun/patches/patch-ae
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2011-01-17 16:38:20 +0000
committerdrochner <drochner@pkgsrc.org>2011-01-17 16:38:20 +0000
commit63e6e556cef534acf68c5c7fd93ae395649d4664 (patch)
tree738c660578bd1ccc2cce2fe0371dbc8886bccb88 /graphics/lensfun/patches/patch-ae
parentc1b9c9158fb0156f26592f1b511b36a873d2d0d7 (diff)
downloadpkgsrc-63e6e556cef534acf68c5c7fd93ae395649d4664.tar.gz
don't install manual (which is useless for end users), drop build
dependency on doxygen, bump PKGREVISION
Diffstat (limited to 'graphics/lensfun/patches/patch-ae')
-rw-r--r--graphics/lensfun/patches/patch-ae17
1 files changed, 17 insertions, 0 deletions
diff --git a/graphics/lensfun/patches/patch-ae b/graphics/lensfun/patches/patch-ae
new file mode 100644
index 00000000000..f38476a7f6f
--- /dev/null
+++ b/graphics/lensfun/patches/patch-ae
@@ -0,0 +1,17 @@
+$NetBSD: patch-ae,v 1.1 2011/01/17 16:38:21 drochner Exp $
+
+--- configure.orig 2010-03-24 00:22:24.000000000 +0000
++++ configure
+@@ -52,11 +52,7 @@ if tibs.check_program ("makedep", "maked
+ else:
+ makedep = "no"
+
+-if tibs.check_program ("Doxygen", "doxygen --version", "([0-9\.]+)", "1.5.0"):
+- tibs.add_config_mak ("DOXYGEN", "doxygen")
+- doxygen = "yes"
+-else:
+- doxygen = "no"
++doxygen = "no"
+
+ tibs.pkgconfig_check_library ("glib-2.0", "2.0",
+ "this is the low-level library that libLensFun relies on")