openbsd-ports/www/seamonkey/patches/patch-ldap_sdks_c-sdk_configure_in
landry 013d6c65d9 Update to seamonkey 2.9.1/lightning 1.4b1/enigmail 1.5pre.
- See http://www.seamonkey-project.org/releases/seamonkey2.9/
- add patch-suite_installer_Makefile_in to avoid installing the SDk
  (corollary of Tb's patch-mail_installer_Makefile_in)
- use MOZ_DEBUG_FLAGS="-Os" on ppc as done in Tb to avoid a
  relocation overflow when linking libxul on ppc (reminded by aja@)
2012-04-30 15:38:09 +00:00

17 lines
562 B
Plaintext

$OpenBSD: patch-ldap_sdks_c-sdk_configure_in,v 1.4 2012/04/30 15:38:09 landry Exp $
Fix typo.. doh
--- 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