openbsd-ports/mail/mozilla-thunderbird/patches/patch-directory_c-sdk_configure_in
landry c535134760 Major update to mozilla-thunderbird 3.0.4. See for details:
http://www.mozillamessaging.com/en-US/thunderbird/3.0.4/releasenotes/
Backing up your profile before upgrading is recommended..
Update largely based on www/firefox35 port, tested on
i386/amd64/sparc64/powerpc by myself and alpha by naddy@.

ok naddy@
2010-04-03 09:26:45 +00:00

13 lines
483 B
Plaintext

$OpenBSD: patch-directory_c-sdk_configure_in,v 1.9 2010/04/03 09:26:45 landry Exp $
--- directory/c-sdk/configure.in.orig Sat Jan 23 12:41:13 2010
+++ directory/c-sdk/configure.in Sat Jan 23 12:41:57 2010
@@ -1798,7 +1798,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'