summaryrefslogtreecommitdiff
path: root/x11/vte029
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2013-01-26 22:25:00 +0000
committerwiz <wiz@pkgsrc.org>2013-01-26 22:25:00 +0000
commit215ff6507b21c2138dc25755475e02e355099b3e (patch)
tree0cf093fd9fac388b07ca8e3419c0357bd11c408e /x11/vte029
parented9133f430d5313ef5a6cb7d671b67ae3e84bd31 (diff)
downloadpkgsrc-215ff6507b21c2138dc25755475e02e355099b3e.tar.gz
automake-1.13 compat.
Diffstat (limited to 'x11/vte029')
-rw-r--r--x11/vte029/distinfo4
-rw-r--r--x11/vte029/patches/patch-configure.in14
-rw-r--r--x11/vte029/patches/patch-gnome-pty-helper_configure.in14
3 files changed, 31 insertions, 1 deletions
diff --git a/x11/vte029/distinfo b/x11/vte029/distinfo
index d6e4a650f70..0d0af2798b8 100644
--- a/x11/vte029/distinfo
+++ b/x11/vte029/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1 2012/08/10 13:46:01 ryoon Exp $
+$NetBSD: distinfo,v 1.2 2013/01/26 22:25:00 wiz Exp $
SHA1 (vte-0.32.2.tar.xz) = a58569a99ac06a240bdda3ec7353f2626145852d
RMD160 (vte-0.32.2.tar.xz) = 4892fca462a0baf3c97564a9d8cead7b35f75d4c
@@ -9,4 +9,6 @@ SHA1 (patch-ac) = 3b357bf9d1bca93c24f5b09dae1adec82323be0d
SHA1 (patch-af) = 69ea7e022f6c495c3c9af681d05644b9d70e7bdc
SHA1 (patch-ah) = 28cee2661439d7d6f1959ebf3c7d1b7b3fe0a764
SHA1 (patch-ai) = 986dd7c2a5778c9c35100901cfaa25acd0cbdc32
+SHA1 (patch-configure.in) = 569e21e10900d4e1737836ea2e5c5f22cb8b3025
SHA1 (patch-gnome-pty-helper_Makefile.am) = d1964c774d192290eade04d7dee88b90ec05d59e
+SHA1 (patch-gnome-pty-helper_configure.in) = 05fa680d29587405d9ea7b3be75b85a467200d89
diff --git a/x11/vte029/patches/patch-configure.in b/x11/vte029/patches/patch-configure.in
new file mode 100644
index 00000000000..266843c9b44
--- /dev/null
+++ b/x11/vte029/patches/patch-configure.in
@@ -0,0 +1,14 @@
+$NetBSD: patch-configure.in,v 1.1 2013/01/26 22:25:00 wiz Exp $
+
+automake-1.13 compat.
+
+--- configure.in.orig 2012-05-23 20:43:04.000000000 +0000
++++ configure.in
+@@ -62,7 +62,6 @@ AC_SUBST([VTE_LIBRARY_SUFFIX_U],[AS_TR_S
+ # Check for programs
+ AC_PROG_CC
+ AC_HEADER_STDC
+-AM_PROG_CC_C_O
+ AC_PROG_SED
+
+ # Initialize libtool
diff --git a/x11/vte029/patches/patch-gnome-pty-helper_configure.in b/x11/vte029/patches/patch-gnome-pty-helper_configure.in
new file mode 100644
index 00000000000..6ba02e019a5
--- /dev/null
+++ b/x11/vte029/patches/patch-gnome-pty-helper_configure.in
@@ -0,0 +1,14 @@
+$NetBSD: patch-gnome-pty-helper_configure.in,v 1.1 2013/01/26 22:25:00 wiz Exp $
+
+automake-1.13 compat.
+
+--- gnome-pty-helper/configure.in.orig 2012-03-08 20:37:13.000000000 +0000
++++ gnome-pty-helper/configure.in
+@@ -8,7 +8,6 @@ AC_CONFIG_SRCDIR([gnome-pty.h])
+ AC_ISC_POSIX
+ AC_PROG_CC
+ AC_STDC_HEADERS
+-AM_PROG_CC_STDC
+
+ if test -z "$enable_maintainer_mode"; then
+ enable_maintainer_mode=yes