suite from Mozilla. http://weblogs.mozillazine.org/calendar/2010/04/sunbird_10_beta1_now_available.html Note that development of standalone sunbird is stopped due to lack of manpower, and efforts will port on lightning addon for thunderbird/seamonkey from now on. Update also largely based on www/firefox35 port, added a -seamonkey subpackage to allow users to get lighting inside seamonkey suite. ok naddy@
13 lines
358 B
Plaintext
13 lines
358 B
Plaintext
$OpenBSD: patch-configure_in,v 1.2 2010/04/03 09:43:20 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'
|