summaryrefslogtreecommitdiff
path: root/security/libfprint
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2013-01-23 17:26:27 +0000
committerwiz <wiz@pkgsrc.org>2013-01-23 17:26:27 +0000
commit6a3821f2aed8f836326c7e42890411f2d4283bbe (patch)
tree4c879cff968425d7baf0f672a5a8aa95ba18e8c4 /security/libfprint
parent9b2d8f8b87475ea7cdaefb68a61a7d2d9f51624b (diff)
downloadpkgsrc-6a3821f2aed8f836326c7e42890411f2d4283bbe.tar.gz
Fix build with automake-1.13.
Diffstat (limited to 'security/libfprint')
-rw-r--r--security/libfprint/distinfo4
-rw-r--r--security/libfprint/patches/patch-aa17
2 files changed, 16 insertions, 5 deletions
diff --git a/security/libfprint/distinfo b/security/libfprint/distinfo
index 1d0eb126d1b..527b656e6ff 100644
--- a/security/libfprint/distinfo
+++ b/security/libfprint/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.2 2009/05/10 18:25:34 hasso Exp $
+$NetBSD: distinfo,v 1.3 2013/01/23 17:27:48 wiz Exp $
SHA1 (libfprint-0.0.6.tar.bz2) = 430af91efbefeb2b98fe30215fb33051e4f8efc5
RMD160 (libfprint-0.0.6.tar.bz2) = 3677a0997da641ba3e8586222ca88640e1f6373f
Size (libfprint-0.0.6.tar.bz2) = 431957 bytes
-SHA1 (patch-aa) = 839a4c7f402b3e4e55b7ac3b6b829c50cb6d2d77
+SHA1 (patch-aa) = 19797404ed4937941c008fd129e5efb643b9f5e2
SHA1 (patch-ab) = 0bde246ce6e1d223637ba0decce6fa5db9e88eb1
diff --git a/security/libfprint/patches/patch-aa b/security/libfprint/patches/patch-aa
index 7a96cacfec8..20862a45aca 100644
--- a/security/libfprint/patches/patch-aa
+++ b/security/libfprint/patches/patch-aa
@@ -1,7 +1,18 @@
-$NetBSD: patch-aa,v 1.1 2009/05/10 18:25:34 hasso Exp $
+$NetBSD: patch-aa,v 1.2 2013/01/23 17:27:48 wiz Exp $
---- configure.ac.orig 2009-05-10 19:25:36 +0300
-+++ configure.ac 2009-05-10 19:36:05 +0300
+First chunk: automake-1.13 compat.
+
+--- configure.ac.orig 2008-03-20 13:55:45.000000000 +0000
++++ configure.ac
+@@ -1,7 +1,7 @@
+ AC_INIT([libfprint], [0.0.6])
+ AM_INIT_AUTOMAKE
+ AC_CONFIG_SRCDIR([libfprint/core.c])
+-AM_CONFIG_HEADER([config.h])
++AC_CONFIG_HEADERS([config.h])
+
+ AC_PREREQ([2.50])
+ AC_PROG_CC
@@ -89,9 +89,15 @@ if test "x$debug_log_enabled" != "xno";
AC_DEFINE([ENABLE_DEBUG_LOGGING], 1, [Debug message logging])
fi