summaryrefslogtreecommitdiffstats
path: root/gnome/evolution-data-server
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-10-13 22:39:35 +0200
committertnut <thierryn1 at hispeed dot ch>2010-10-13 22:39:35 +0200
commit9409ec42fde9eef0c7775f49a394a6d4be0f8a74 (patch)
treebba24ea42a10cee876c3eca18f511ce2a1ed5a27 /gnome/evolution-data-server
parenteee09aeb74c22a748f8d347cc51483582d41cb67 (diff)
downloadnutyx-extra-9409ec42fde9eef0c7775f49a394a6d4be0f8a74.tar.gz
nutyx-extra-9409ec42fde9eef0c7775f49a394a6d4be0f8a74.tar.bz2
nutyx-extra-9409ec42fde9eef0c7775f49a394a6d4be0f8a74.tar.xz
nutyx-extra-9409ec42fde9eef0c7775f49a394a6d4be0f8a74.zip
evolution-data-server, suppression patch
Diffstat (limited to 'gnome/evolution-data-server')
-rw-r--r--gnome/evolution-data-server/configure-01.patch38
1 files changed, 0 insertions, 38 deletions
diff --git a/gnome/evolution-data-server/configure-01.patch b/gnome/evolution-data-server/configure-01.patch
deleted file mode 100644
index 5c2d773bf..000000000
--- a/gnome/evolution-data-server/configure-01.patch
+++ /dev/null
@@ -1,38 +0,0 @@
---- configure.ori 2009-10-13 22:08:15.000000000 +0200
-+++ configure 2009-10-13 22:06:33.000000000 +0200
-@@ -17801,7 +17801,7 @@
-
- if test "x${with_nspr_libs}" != "x"; then
- LIBS="$nsprlibs"
-- LDFLAGS="$LDFLAGS -L$with_nspr_libs"
-+ LDFLAGS="$LDFLAGS $with_nspr_libs"
- else
- LIBS="$nsprlibs"
- LDFLAGS="$LDFLAGS"
-@@ -17870,7 +17870,7 @@
- $as_echo "$moz_nspr_libs" >&6; }
- if test "x$moz_nspr_libs" != "xno"; then
- have_nspr_libs="yes"
-- MANUAL_NSPR_LIBS="-L$with_nspr_libs $nsprlibs"
-+ MANUAL_NSPR_LIBS="$with_nspr_libs $nsprlibs"
- else
- MANUAL_NSPR_CLFAGS=""
- fi
-@@ -18093,7 +18093,7 @@
- else
-
- LIBS_save="$LIBS"
-- LDFLAGS="$LDFLAGS -L$with_nspr_libs $nsprlibs -L$with_nss_libs $nsslibs"
-+ LDFLAGS="$LDFLAGS $with_nspr_libs $nsprlibs $with_nss_libs $nsslibs"
- LIBS="$nsslibs $nsprlibs"
- cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h. */
-@@ -18235,7 +18235,7 @@
-
- msg_smime="yes (Mozilla NSS)"
- fi
-- MANUAL_NSS_LIBS="-L$with_nss_libs $nsslibs"
-+ MANUAL_NSS_LIBS="$with_nss_libs $nsslibs"
- else
- MANUAL_NSS_CFLAGS=""
- MANUAL_NSPR_CFLAGS=""