e9b4c7a040
built from newer thunderbird tarballs (as it's officially unmaintained/dead upstream) and this gets in the way of thunderbird 5 update. Hopefully i'll figure out how to fix that... bump REVISION to be on the safe side.
13 lines
343 B
Plaintext
13 lines
343 B
Plaintext
$OpenBSD: patch-configure_in,v 1.4 2011/07/22 05:25:27 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'
|