diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-06-03 08:35:09 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-06-03 08:35:09 +0800 |
commit | e3a898a14db1f6c1e0532c06ee9c5e31144dbb73 (patch) | |
tree | 56f4a6cdbccd253fcb8f8e8b089731f738edc66e /x11-toolkits/vte/files/patch-gnome-pty-helper_configure | |
parent | 5572eb318d41a8968f75d5f211115fb5edeaccb9 (diff) | |
download | marcuscom-ports-e3a898a14db1f6c1e0532c06ee9c5e31144dbb73.tar.gz marcuscom-ports-e3a898a14db1f6c1e0532c06ee9c5e31144dbb73.tar.zst marcuscom-ports-e3a898a14db1f6c1e0532c06ee9c5e31144dbb73.zip |
Only link gnome-pty-helper with PTHREAD_LIBS.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@837 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/vte/files/patch-gnome-pty-helper_configure')
-rw-r--r-- | x11-toolkits/vte/files/patch-gnome-pty-helper_configure | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-toolkits/vte/files/patch-gnome-pty-helper_configure b/x11-toolkits/vte/files/patch-gnome-pty-helper_configure new file mode 100644 index 000000000..668f2a6db --- /dev/null +++ b/x11-toolkits/vte/files/patch-gnome-pty-helper_configure @@ -0,0 +1,10 @@ +--- gnome-pty-helper/configure.orig Mon Jun 2 20:27:32 2003 ++++ gnome-pty-helper/configure Mon Jun 2 20:28:06 2003 +@@ -6318,6 +6318,7 @@ + s,@ECHO_N@,$ECHO_N,;t t + s,@ECHO_T@,$ECHO_T,;t t + s,@LIBS@,$LIBS,;t t ++s,@BSD_PTHREAD_LIBS@,$BSD_PTHREAD_LIBS,;t t + s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t + s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t + s,@INSTALL_DATA@,$INSTALL_DATA,;t t |