diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-01-23 22:49:42 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-01-23 22:49:42 +0800 |
commit | d97f62ed72dd84fd1f11364cda2f2ce471917967 (patch) | |
tree | 7ef21910e49f672fd1a44b85b39ae1d7325451f6 /x11-toolkits/vte/files | |
parent | 4150c0527b0c528365474256d494e07249cae8c4 (diff) | |
download | marcuscom-ports-d97f62ed72dd84fd1f11364cda2f2ce471917967.tar marcuscom-ports-d97f62ed72dd84fd1f11364cda2f2ce471917967.tar.gz marcuscom-ports-d97f62ed72dd84fd1f11364cda2f2ce471917967.tar.bz2 marcuscom-ports-d97f62ed72dd84fd1f11364cda2f2ce471917967.tar.lz marcuscom-ports-d97f62ed72dd84fd1f11364cda2f2ce471917967.tar.xz marcuscom-ports-d97f62ed72dd84fd1f11364cda2f2ce471917967.tar.zst marcuscom-ports-d97f62ed72dd84fd1f11364cda2f2ce471917967.zip |
Update to 0.15.2
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8229 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/vte/files')
-rw-r--r-- | x11-toolkits/vte/files/patch-configure | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-toolkits/vte/files/patch-configure b/x11-toolkits/vte/files/patch-configure index 7cddbbd44..04ff07fca 100644 --- a/x11-toolkits/vte/files/patch-configure +++ b/x11-toolkits/vte/files/patch-configure @@ -1,11 +1,11 @@ ---- configure.orig Tue Oct 3 08:23:12 2006 -+++ configure Tue Oct 3 08:23:12 2006 -@@ -26464,7 +26464,7 @@ +--- configure.orig Tue Jan 23 09:43:38 2007 ++++ configure Tue Jan 23 09:44:21 2007 +@@ -24740,7 +24740,7 @@ --for ac_func in cfmakeraw getpgid getpt grantpt unlockpt ptsname ptsname_r -+for ac_func in cfmakeraw getpgid getpt posix_openpt grantpt unlockpt ptsname ptsname_r +-for ac_func in cfmakeraw fork setsid setpgid getpgid getpt grantpt unlockpt ptsname ptsname_r ++for ac_func in cfmakeraw fork setsid setpgid getpgid getpt posix_openpt grantpt unlockpt ptsname ptsname_r do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` echo "$as_me:$LINENO: checking for $ac_func" >&5 |