40c087e643
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@
35 lines
1.4 KiB
Plaintext
35 lines
1.4 KiB
Plaintext
$OpenBSD: patch-mozilla_configure_in,v 1.1 2010/04/03 09:43:20 landry Exp $
|
|
--- mozilla/configure.in.orig Tue Jan 26 21:56:29 2010
|
|
+++ mozilla/configure.in Tue Jan 26 21:58:04 2010
|
|
@@ -1000,7 +1000,7 @@ MOZ_PNG_LIBS='$(call EXPAND_LIBNAME_PATH,mozpng,$(DEPT
|
|
|
|
MOZ_JS_LIBS='-L$(LIBXUL_DIST)/bin -lmozjs'
|
|
DYNAMIC_XPCOM_LIBS='-L$(LIBXUL_DIST)/bin -lxpcom -lxpcom_core'
|
|
-MOZ_FIX_LINK_PATHS='-Wl,-rpath-link,$(LIBXUL_DIST)/bin -Wl,-rpath-link,$(prefix)/lib'
|
|
+MOZ_FIX_LINK_PATHS='-Wl,-rpath-link,$(LIBXUL_DIST)/bin -Wl,-rpath-link,$(prefix)/lib -L$(LIBXUL_DIST)/bin'
|
|
XPCOM_FROZEN_LDOPTS='-L$(LIBXUL_DIST)/bin -lxpcom'
|
|
LIBXUL_LIBS='$(XPCOM_FROZEN_LDOPTS) -lxul'
|
|
XPCOM_GLUE_LDOPTS='$(LIBXUL_DIST)/lib/$(LIB_PREFIX)xpcomglue_s.$(LIB_SUFFIX) $(XPCOM_FROZEN_LDOPTS)'
|
|
@@ -2342,7 +2342,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'
|
|
@@ -4009,9 +4009,9 @@ AC_CACHE_CHECK(for __thread keyword for TLS variables,
|
|
[return tlsIsMainThread;],
|
|
ac_cv_thread_keyword=yes,
|
|
ac_cv_thread_keyword=no)])
|
|
-if test "$ac_cv_thread_keyword" = yes; then
|
|
- AC_DEFINE(HAVE_THREAD_TLS_KEYWORD)
|
|
-fi
|
|
+dnl if test "$ac_cv_thread_keyword" = yes; then
|
|
+dnl AC_DEFINE(HAVE_THREAD_TLS_KEYWORD)
|
|
+dnl fi
|
|
|
|
dnl End of C++ language/feature checks
|
|
AC_LANG_C
|