openbsd-ports/mail/mozilla-thunderbird/patches/patch-ldap_sdks_c-sdk_configure_in
landry 8769a052cf Update to thunderbird 16.0/enigmail 1.4.5/lightning 1.8b1.
- see https://www.mozilla.org/en/thunderbird/16.0/releasenotes/ for details
- remove patch-mozilla_build_unix_mozilla_in, useless since bin/thunderbird
is not a script anymore since a while
- remove patch-mozilla_build_unix_run-mozilla_sh, thunderbird can be
directly debugged in gdb now. update README accordingly
2012-10-10 21:08:03 +00:00

18 lines
614 B
Plaintext

$OpenBSD: patch-ldap_sdks_c-sdk_configure_in,v 1.3 2012/10/10 21:08:05 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