summaryrefslogtreecommitdiffstats
path: root/security/seahorse/files/patch-configure
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-04-29 02:41:04 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-04-29 02:41:04 +0800
commit267a26566c5ea5f69eab5e20527f47544e833970 (patch)
tree1ed22009527a831587021e4b5216d0169695e6bf /security/seahorse/files/patch-configure
parent5231f60a4be00c9aee323ca0442856d3017b3969 (diff)
downloadmarcuscom-ports-267a26566c5ea5f69eab5e20527f47544e833970.tar
marcuscom-ports-267a26566c5ea5f69eab5e20527f47544e833970.tar.gz
marcuscom-ports-267a26566c5ea5f69eab5e20527f47544e833970.tar.bz2
marcuscom-ports-267a26566c5ea5f69eab5e20527f47544e833970.tar.lz
marcuscom-ports-267a26566c5ea5f69eab5e20527f47544e833970.tar.xz
marcuscom-ports-267a26566c5ea5f69eab5e20527f47544e833970.tar.zst
marcuscom-ports-267a26566c5ea5f69eab5e20527f47544e833970.zip
share/gnome -> share
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8671 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'security/seahorse/files/patch-configure')
-rw-r--r--security/seahorse/files/patch-configure20
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 000000000..b77fe2ddd
--- /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