diff options
author | wiz <wiz> | 2013-01-26 22:02:06 +0000 |
---|---|---|
committer | wiz <wiz> | 2013-01-26 22:02:06 +0000 |
commit | a0c223d38bc3e2909d0b818a05b07bcca782bb1d (patch) | |
tree | d53eee17b5e1838974107efc457f21a31f41f02e | |
parent | c90ae321053dd46220fb894396b88ebe9059402b (diff) | |
download | pkgsrc-a0c223d38bc3e2909d0b818a05b07bcca782bb1d.tar.gz |
Fix for automake-1.13.
-rw-r--r-- | security/gtk-systrace/distinfo | 3 | ||||
-rw-r--r-- | security/gtk-systrace/patches/patch-configure.in | 19 |
2 files changed, 21 insertions, 1 deletions
diff --git a/security/gtk-systrace/distinfo b/security/gtk-systrace/distinfo index 2ec46c8b9d6..6f5fa292e5f 100644 --- a/security/gtk-systrace/distinfo +++ b/security/gtk-systrace/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.2 2005/02/24 13:10:06 agc Exp $ +$NetBSD: distinfo,v 1.3 2013/01/26 22:02:06 wiz Exp $ SHA1 (gtk-systrace-2002-12-01.tar.gz) = f59c9224ce6d1068feec7e5c1c03d65c2f65c1d1 RMD160 (gtk-systrace-2002-12-01.tar.gz) = f0e70327ebeac920ab2d01cf2dedf385de8d4eac Size (gtk-systrace-2002-12-01.tar.gz) = 73110 bytes +SHA1 (patch-configure.in) = 7e942fff755fa4e63eb43db758ad32e4588fd317 diff --git a/security/gtk-systrace/patches/patch-configure.in b/security/gtk-systrace/patches/patch-configure.in new file mode 100644 index 00000000000..06507302da4 --- /dev/null +++ b/security/gtk-systrace/patches/patch-configure.in @@ -0,0 +1,19 @@ +$NetBSD: patch-configure.in,v 1.1 2013/01/26 22:02:06 wiz Exp $ + +automake-1.13 compat. + +--- configure.in.orig 2002-12-01 21:14:34.000000000 +0000 ++++ configure.in +@@ -2,11 +2,10 @@ dnl Process this file with autoconf to p + + AC_INIT(configure.in) + AM_INIT_AUTOMAKE(notification, 0.1) +-AM_CONFIG_HEADER(config.h) ++AC_CONFIG_HEADERS(config.h) + + AC_ISC_POSIX + AC_PROG_CC +-AM_PROG_CC_STDC + AC_HEADER_STDC + + AM_PATH_GTK(1.2.0, , |