openbsd-ports/www/seamonkey/patches/patch-configure_in
landry 7fb16329b9 Major update to seamonkey 2.0.4, now built upon mozilla-1.9.1/firefox
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@
2010-04-03 09:30:14 +00:00

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'