openbsd-ports/www/seamonkey/patches/patch-ldap_sdks_c-sdk_configure_in
landry 03dfdc6123 Update to seamonkey 2.13/enigmail 1.4.5/lightning 1.8b1.
- see http://www.seamonkey-project.org/releases/seamonkey2.13/ for details
- remove patch-mozilla_build_unix_mozilla_in, useless since bin/seamonkey
is not a script anymore since a while
- remove patch-mozilla_build_unix_run-mozilla_sh, seamonkey can be directly
debugged in gdb now. update README accordingly
- fix plugin path in README
2012-10-10 21:03:40 +00:00

18 lines
614 B
Plaintext

$OpenBSD: patch-ldap_sdks_c-sdk_configure_in,v 1.5 2012/10/10 21:03:40 landry Exp $
Fix typo.. doh
https://bugzilla.mozilla.org/show_bug.cgi?id=720373
--- ldap/sdks/c-sdk/configure.in.orig Wed Apr 25 19:45:57 2012
+++ ldap/sdks/c-sdk/configure.in Wed Apr 25 19:46:16 2012
@@ -1854,9 +1854,9 @@ mips-sony-newsos*)
CFLAGS="$CFLAGS -ansi -Wall"
CXXFLAGS="$CXXFLAGS -ansi -Wall"
if test "$SO_VERSION"; then
- DLL_SUFFIX=".so.$SO_VERSION"
+ DLL_SUFFIX="so.$SO_VERSION"
else
- DLL_SUFFIX=".so.1.0"
+ DLL_SUFFIX=so.1.0
fi
DSO_CFLAGS=-fPIC
USE_NSPR_THREADS=1