diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2008-06-21 20:24:18 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2008-06-21 20:24:18 +0000 |
commit | 5498b34788bddfe3d5f3e66c0850ae1e11a37c82 (patch) | |
tree | 382aeee3457ddf86fad8d695efd4ed2b5dba1b9f /misc/deco/files/patch-configure | |
parent | Small terminal emulator. The only dependencies are Vte and Gtk2 libs. (diff) |
Detect the presence of execvpe() on recent -CURRENT.
Notes
Notes:
svn path=/head/; revision=215488
Diffstat (limited to 'misc/deco/files/patch-configure')
-rw-r--r-- | misc/deco/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/deco/files/patch-configure b/misc/deco/files/patch-configure new file mode 100644 index 000000000000..0f669df9b739 --- /dev/null +++ b/misc/deco/files/patch-configure @@ -0,0 +1,11 @@ +--- configure 1997-07-18 18:48:13.000000000 +0400 ++++ configure 2008-06-22 00:21:13.000000000 +0400 +@@ -1994,7 +1994,7 @@ + + fi + +-for ac_func in gethostname getgroups opendir memcpy strtol dirfd tcgetattr tcsetpgrp killpg ++for ac_func in gethostname getgroups opendir memcpy strtol dirfd tcgetattr tcsetpgrp killpg execvpe + do + echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 + echo "configure:2001: checking for $ac_func" >&5 |