openbsd-ports/www/seamonkey/patches/patch-ldap_sdks_c-sdk_configure_in
landry 4026e2478b Update to seamonkey 2.2, based on Firefox/Thunderbird/Gecko 5.
See http://www.seamonkey-project.org/releases/seamonkey2.2/ for details.
- sync ipc patches from Firefox
- remove a bunch of useless patches
- install under lib/seamonkey-2.2 instead of using our homegrown install
  target.
- install langpacks as plain xpi instead of unzipping them, greatly
  shrinking PLIST
2011-07-24 07:31:57 +00:00

13 lines
483 B
Plaintext

$OpenBSD: patch-ldap_sdks_c-sdk_configure_in,v 1.1 2011/07/24 07:31:57 landry Exp $
--- ldap/sdks/c-sdk/configure.in.orig Sun Feb 13 12:23:20 2011
+++ ldap/sdks/c-sdk/configure.in Sun Feb 13 12:23:37 2011
@@ -1853,7 +1853,7 @@ mips-sony-newsos*)
AC_DEFINE(HAVE_SOCKLEN_T)
CFLAGS="$CFLAGS -ansi -Wall"
CXXFLAGS="$CXXFLAGS -ansi -Wall"
- DLL_SUFFIX=so.1.0
+ DLL_SUFFIX=so.${SO_VERSION}
DSO_CFLAGS=-fPIC
USE_NSPR_THREADS=1
DSO_LDOPTS='-shared -fPIC'