tiff 3.7.2: patch configure.ac to work with auto automake 1.10
authorCliff Brake <cbrake@bec-systems.com>
Wed, 10 Oct 2007 16:22:45 +0000 (16:22 +0000)
committerCliff Brake <cbrake@bec-systems.com>
Wed, 10 Oct 2007 16:22:45 +0000 (16:22 +0000)
packages/libtiff/tiff-3.7.2/.mtn2git_empty [new file with mode: 0644]
packages/libtiff/tiff-3.7.2/configure.patch [new file with mode: 0644]
packages/libtiff/tiff_3.7.2.bb

diff --git a/packages/libtiff/tiff-3.7.2/.mtn2git_empty b/packages/libtiff/tiff-3.7.2/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/libtiff/tiff-3.7.2/configure.patch b/packages/libtiff/tiff-3.7.2/configure.patch
new file mode 100644 (file)
index 0000000..599af6c
--- /dev/null
@@ -0,0 +1,20 @@
+Index: tiff-3.7.2/configure.ac
+===================================================================
+--- tiff-3.7.2.orig/configure.ac       2005-03-15 10:42:19.000000000 -0500
++++ tiff-3.7.2/configure.ac    2007-10-10 12:05:58.000000000 -0400
+@@ -32,7 +32,6 @@
+ AC_CANONICAL_TARGET
+ AM_INIT_AUTOMAKE
+-AM_PROG_CC_C_O
+ dnl Do not rebuild generated files every time
+ AM_MAINTAINER_MODE
+@@ -55,6 +54,7 @@
+ dnl Checks for programs.
+ AC_PROG_CC
++AM_PROG_CC_C_O
+ dnl We want warnings. As many warnings as possible.
+ #VL_PROG_CC_WARNINGS()
index d989745..671de80 100644 (file)
@@ -2,9 +2,10 @@ DESCRIPTION = "This software provides support for the Tag Image File Format (TIF
 LICENSE = ""
 HOMEPAGE = "http://www.remotesensing.org/libtiff/"
 DEPENDS = "zlib jpeg"
-PR = "r2"
+PR = "r3"
 
-SRC_URI = "http://dl.maptools.org/dl/libtiff/old/tiff-${PV}.tar.gz"
+SRC_URI = "http://dl.maptools.org/dl/libtiff/old/tiff-${PV}.tar.gz \
+         file://configure.patch;patch=1"
 
 inherit autotools