diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-11-09 23:24:37 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-11-09 23:24:37 +0100 |
commit | 10e2497b0aefe817cfd496eda316dc4ba4ea59b8 (patch) | |
tree | a083f3a07621a0ecc0fc905ed226e96680b7ae85 /gnome/evolution-data-server/configure.patch | |
parent | 6021525f9fd758f8634f65afd9980a80bfe84646 (diff) | |
download | nutyx-extra-10e2497b0aefe817cfd496eda316dc4ba4ea59b8.tar.gz nutyx-extra-10e2497b0aefe817cfd496eda316dc4ba4ea59b8.tar.bz2 nutyx-extra-10e2497b0aefe817cfd496eda316dc4ba4ea59b8.tar.xz nutyx-extra-10e2497b0aefe817cfd496eda316dc4ba4ea59b8.zip |
maj evolution-data-server#2.28.1-1
Diffstat (limited to 'gnome/evolution-data-server/configure.patch')
-rw-r--r-- | gnome/evolution-data-server/configure.patch | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/gnome/evolution-data-server/configure.patch b/gnome/evolution-data-server/configure.patch deleted file mode 100644 index deb75ca81..000000000 --- a/gnome/evolution-data-server/configure.patch +++ /dev/null @@ -1,47 +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. */ -@@ -18151,7 +18151,7 @@ - conftest$ac_exeext conftest.$ac_ext - if test "$moz_nss_libs" = no; then - nsslibs="-lssl3 -lsmime3 -lnss3 $SOFTOKN3_LIB" -- LDFLAGS="$LDFLAGS -L$with_nspr_libs $nsprlibs -L$with_nss_libs $nsslibs" -+ LDFLAGS="$LDFLAGS $with_nspr_libs $nsprlibs $with_nss_libs $nsslibs" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -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="" |