openbsd-ports/mail/mozilla-thunderbird/patches/patch-configure_in
landry 28bb810af5 Update to thunderbird 3.1.1, tested by a few people on ports@ (and myself...)
Merge patches for 1.9.2 mozilla branch from firefox 3.6.x port.
While here, build lightning as a subpackage using --enable-calendar.
Add @pkgpath/@conflict markers for seamless upgrades.
2010-07-27 17:01:16 +00:00

13 lines
344 B
Plaintext

$OpenBSD: patch-configure_in,v 1.18 2010/07/27 17:01:16 landry Exp $
--- configure.in.orig Wed Jun 23 19:43:07 2010
+++ configure.in Wed Jul 7 08:43:04 2010
@@ -2490,7 +2490,7 @@ fi
;;
*-openbsd*)
- DLL_SUFFIX=".so.1.0"
+ DLL_SUFFIX=".so.${SO_VERSION}"
DSO_CFLAGS=''
DSO_PIC_CFLAGS='-fPIC'
DSO_LDOPTS='-shared -fPIC'