summaryrefslogtreecommitdiffstats
path: root/security/gnome-keyring/files/patch-configure
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-04-11 03:24:39 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-04-11 03:24:39 +0800
commit58794b38b1a24b93c9a8c3321694e3883bae4cd0 (patch)
tree3d921b9d8836f0a4c0ba361d4581a70d202545ad /security/gnome-keyring/files/patch-configure
parentf33c5fb61cfe4c8856817db7f2c84041a862250b (diff)
downloadmarcuscom-ports-58794b38b1a24b93c9a8c3321694e3883bae4cd0.tar.gz
marcuscom-ports-58794b38b1a24b93c9a8c3321694e3883bae4cd0.tar.zst
marcuscom-ports-58794b38b1a24b93c9a8c3321694e3883bae4cd0.zip
Remove these ports now that they have been merged into FreeBSD ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12240 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'security/gnome-keyring/files/patch-configure')
-rw-r--r--security/gnome-keyring/files/patch-configure29
1 files changed, 0 insertions, 29 deletions
diff --git a/security/gnome-keyring/files/patch-configure b/security/gnome-keyring/files/patch-configure
deleted file mode 100644
index 9aff6d9eb..000000000
--- a/security/gnome-keyring/files/patch-configure
+++ /dev/null
@@ -1,29 +0,0 @@
---- configure.orig 2009-02-24 21:18:47.000000000 +0100
-+++ configure 2009-02-24 21:19:24.000000000 +0100
-@@ -18069,7 +18069,7 @@
-
- { echo "$as_me:$LINENO: checking build test tools, unit tests, and -Werror" >&5
- echo $ECHO_N "checking build test tools, unit tests, and -Werror... $ECHO_C" >&6; }
--if test "$enable_tests" == "yes"; then
-+if test "$enable_tests" = "yes"; then
-
- cat >>confdefs.h <<_ACEOF
- #define WITH_TESTS 1
-@@ -18085,7 +18085,7 @@
- tests_status="no"
- fi
-
-- if test "$enable_tests" == "yes"; then
-+ if test "$enable_tests" = "yes"; then
- WITH_TESTS_TRUE=
- WITH_TESTS_FALSE='#'
- else
-@@ -18100,7 +18100,7 @@
- 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