7fb16329b9
3.5/thunderbird 3 codebase. See for details: http://www.seamonkey-project.org/releases/seamonkey2.0.4/ Backing up your profile before upgrading is recommended.. Update also largely based on www/firefox35 port. Tested on i386/amd64/sparc64/powerpc by myself and on alpha by naddy@ ok naddy@
13 lines
483 B
Plaintext
13 lines
483 B
Plaintext
$OpenBSD: patch-directory_c-sdk_configure_in,v 1.4 2010/04/03 09:30:14 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'
|