summaryrefslogtreecommitdiff
path: root/security/gnome-keyring/files/patch-configure
diff options
context:
space:
mode:
authorAlexander Logvinov <avl@FreeBSD.org>2009-07-03 12:06:30 +0000
committerAlexander Logvinov <avl@FreeBSD.org>2009-07-03 12:06:30 +0000
commit2f109190b7d64f7484b42d95f063c58d45c6d4c5 (patch)
tree8c06a8ad25fec5e5f612ed59277989ab94f5ecd3 /security/gnome-keyring/files/patch-configure
parentUpdate to 3.6.7. (diff)
Update to 2.26.3.
Reviewed by: mezz (GNOME team) Approved by: tabthorpe (mentor)
Notes
Notes: svn path=/head/; revision=236987
Diffstat (limited to '')
-rw-r--r--security/gnome-keyring/files/patch-configure56
1 files changed, 0 insertions, 56 deletions
diff --git a/security/gnome-keyring/files/patch-configure b/security/gnome-keyring/files/patch-configure
deleted file mode 100644
index 4ffb1972567e..000000000000
--- a/security/gnome-keyring/files/patch-configure
+++ /dev/null
@@ -1,56 +0,0 @@
---- configure.orig 2009-04-13 00:24:12.000000000 -0400
-+++ configure 2009-04-13 00:24:58.000000000 -0400
-@@ -19198,7 +19198,7 @@ fi
-
- { $as_echo "$as_me:$LINENO: checking build test tools, unit tests, and -Werror" >&5
- $as_echo_n "checking build test tools, unit tests, and -Werror... " >&6; }
--if test "$enable_tests" == "yes"; then
-+if test "$enable_tests" = "yes"; then
-
- cat >>confdefs.h <<_ACEOF
- #define WITH_TESTS 1
-@@ -19214,7 +19214,7 @@ $as_echo "no" >&6; }
- tests_status="no"
- fi
-
-- if test "$enable_tests" == "yes"; then
-+ if test "$enable_tests" = "yes"; then
- WITH_TESTS_TRUE=
- WITH_TESTS_FALSE='#'
- else
-@@ -19229,7 +19229,7 @@ if test "${enable_coverage+set}" = set;
- fi
-
-
--if test "$enable_coverage" == "yes"; then
-+if test "$enable_coverage" = "yes"; then
- CFLAGS="$CFLAGS -fprofile-arcs -ftest-coverage"
- LDFLAGS="$LDFLAGS -fprofile-arcs -ftest-coverage"
- fi
-@@ -19247,7 +19247,7 @@ fi
- $as_echo_n "checking valgrind... " >&6; }
- valgrind_status="yes"
-
-- if test "$enable_valgrind" == "run"; then
-+ if test "$enable_valgrind" = "run"; then
- WITH_VALGRIND_TRUE=
- WITH_VALGRIND_FALSE='#'
- else
-@@ -19328,7 +19328,7 @@ fi
-
-
- # Build valgrind support into code
--if test "$enable_valgrind" == "yes"; then
-+if test "$enable_valgrind" = "yes"; then
- if test "${ac_cv_header_valgrind_valgrind_h+set}" = set; then
- { $as_echo "$as_me:$LINENO: checking for valgrind/valgrind.h" >&5
- $as_echo_n "checking for valgrind/valgrind.h... " >&6; }
-@@ -19463,7 +19463,7 @@ else
- fi
-
-
-- if test "$have_valgrind" == "no"; then
-+ if test "$have_valgrind" = "no"; then
- { { $as_echo "$as_me:$LINENO: error: The valgrind headers are missing" >&5
- $as_echo "$as_me: error: The valgrind headers are missing" >&2;}
- { (exit 1); exit 1; }; }