summaryrefslogtreecommitdiff
path: root/x11/xterm/patches
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-10-16 18:19:54 +0000
committerminskim <minskim@pkgsrc.org>2004-10-16 18:19:54 +0000
commit9290f8166332a44775b22adafb6bdffbf95c29e8 (patch)
treec866e927489082237e1186033f28385d04e41fa6 /x11/xterm/patches
parent70f46ffddc490ecc09a9b1c7134806b691d7a062 (diff)
downloadpkgsrc-9290f8166332a44775b22adafb6bdffbf95c29e8.tar.gz
Use setpgid(3) if setpgrp(3) is not available (e.g. on Interix).
Diffstat (limited to 'x11/xterm/patches')
-rw-r--r--x11/xterm/patches/patch-aa12
-rw-r--r--x11/xterm/patches/patch-ab12
-rw-r--r--x11/xterm/patches/patch-ac12
3 files changed, 36 insertions, 0 deletions
diff --git a/x11/xterm/patches/patch-aa b/x11/xterm/patches/patch-aa
new file mode 100644
index 00000000000..567cc42f2aa
--- /dev/null
+++ b/x11/xterm/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1 2004/10/16 18:19:54 minskim Exp $
+
+--- configure.in.orig Sun Aug 15 16:07:59 2004
++++ configure.in
+@@ -81,6 +81,7 @@ AC_CHECK_FUNCS( \
+ strftime \
+ tcgetattr \
+ waitpid \
++ setpgrp \
+ )
+ CF_FUNC_MEMMOVE
+ CF_FUNC_TGETENT
diff --git a/x11/xterm/patches/patch-ab b/x11/xterm/patches/patch-ab
new file mode 100644
index 00000000000..3e90f236f29
--- /dev/null
+++ b/x11/xterm/patches/patch-ab
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.1 2004/10/16 18:19:54 minskim Exp $
+
+--- xtermcfg.hin.orig Tue May 25 20:19:55 2004
++++ xtermcfg.hin
+@@ -51,6 +51,7 @@ OR IN CONNECTION WITH THE USE OR PERFORM
+ #undef HAVE_LIB_XAWPLUS /* CF_X_ATHENA(--with-XawPlus) */
+ #undef HAVE_NCURSES_TERM_H /* AC_CHECK_HEADERS(ncurses/term.h) */
+ #undef HAVE_PATHS_H /* CF_LASTLOG */
++#undef HAVE_SETPGRP /* AC_CHECK_FUNCS(setpgrp) */
+ #undef HAVE_STDLIB_H /* AC_CHECK_HEADERS(stdlib.h) */
+ #undef HAVE_STRERROR /* AC_CHECK_FUNCS(strerror) */
+ #undef HAVE_STRFTIME /* AC_CHECK_FUNCS(strftime) */
diff --git a/x11/xterm/patches/patch-ac b/x11/xterm/patches/patch-ac
new file mode 100644
index 00000000000..dba154f4e90
--- /dev/null
+++ b/x11/xterm/patches/patch-ac
@@ -0,0 +1,12 @@
+$NetBSD: patch-ac,v 1.1 2004/10/16 18:19:54 minskim Exp $
+
+--- configure.orig Sun Aug 15 15:35:57 2004
++++ configure
+@@ -1492,6 +1492,7 @@ for ac_func in \
+ strftime \
+ tcgetattr \
+ waitpid \
++ setpgrp \
+
+ do
+ echo $ac_n "checking for $ac_func""... $ac_c" 1>&6