diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-03-19 05:14:07 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-03-19 05:14:07 +0000 |
commit | 951c257ea3655de6e80c26a36c18c69ee8047ea8 (patch) | |
tree | 249b59a23d9c6fae8db5e5639385f6273d237705 /security/seahorse/files/patch-configure | |
parent | 91926e92b73e3751382216a16044c5d8b24ad126 (diff) | |
download | ports-951c257ea3655de6e80c26a36c18c69ee8047ea8.tar.gz ports-951c257ea3655de6e80c26a36c18c69ee8047ea8.zip |
Notes
Diffstat (limited to 'security/seahorse/files/patch-configure')
-rw-r--r-- | security/seahorse/files/patch-configure | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/security/seahorse/files/patch-configure b/security/seahorse/files/patch-configure new file mode 100644 index 000000000000..b77fe2ddda83 --- /dev/null +++ b/security/seahorse/files/patch-configure @@ -0,0 +1,20 @@ +--- configure.orig Sun Dec 3 23:18:17 2006 ++++ configure Sun Dec 3 23:18:57 2006 +@@ -30954,7 +30954,7 @@ fi + + + +-if test "$enable_ssh" == "yes"; then ++if test "$enable_ssh" = "yes"; then + WITH_SSH_TRUE= + WITH_SSH_FALSE='#' + else +@@ -31014,7 +31014,7 @@ fi + + + +-if test "$enable_tests" == "yes"; then ++if test "$enable_tests" = "yes"; then + WITH_TESTS_TRUE= + WITH_TESTS_FALSE='#' + else |