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
358 B
Plaintext
13 lines
358 B
Plaintext
$OpenBSD: patch-configure_in,v 1.9 2010/04/03 09:30:14 landry Exp $
|
|
--- configure.in.orig Sat Jan 16 18:42:12 2010
|
|
+++ configure.in Sat Jan 16 18:42:51 2010
|
|
@@ -2470,7 +2470,7 @@ case "$target" in
|
|
;;
|
|
|
|
*-openbsd*)
|
|
- DLL_SUFFIX=".so.1.0"
|
|
+ DLL_SUFFIX=".so.${SO_VERSION}"
|
|
DSO_CFLAGS=''
|
|
DSO_PIC_CFLAGS='-fPIC'
|
|
DSO_LDOPTS='-shared -fPIC'
|