lensfun is a library and database of photographic lenses to adjust images for lens characteristics, e.g. distortion, transversal (also known as lateral) chromatic aberrations, vignetting and colour contribution of the lens.
13 lines
562 B
Plaintext
13 lines
562 B
Plaintext
$OpenBSD: patch-configure,v 1.1.1.1 2009/11/16 11:54:40 sthen Exp $
|
|
--- configure.orig Fri Oct 3 21:59:53 2008
|
|
+++ configure Mon Nov 9 15:30:14 2009
|
|
@@ -15,7 +15,7 @@ ac.HOMEPAGE = "http://lensfun.berlios.de"
|
|
ac.start ()
|
|
|
|
# Check for tools
|
|
-ac.check_program ("GNU Make", "make --version", ".*?([0-9\.]+).*", "3.81", True)
|
|
+ac.check_program ("GNU Make", "gmake --version", ".*?([0-9\.]+).*", "3.81", True)
|
|
if ac.check_program ("makedep", "makedep -V", ".*Version.*?([0-9\.]+).*", "0.1.0"):
|
|
ac.add_config_mak ("MAKEDEP", "makedep")
|
|
makedep = "yes"
|