aboutsummaryrefslogtreecommitdiffstats
path: root/www/seamonkey
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-04-14 00:24:04 +0800
committermarcus <marcus@FreeBSD.org>2004-04-14 00:24:04 +0800
commit3fb21938efef095eb5086b152fad8b16d87d49a8 (patch)
tree818b161574a24d4fcee4fdbae1316ea30945e731 /www/seamonkey
parent36271c633a4144e7672bc9777d15ef003d540d0d (diff)
downloadfreebsd-ports-gnome-3fb21938efef095eb5086b152fad8b16d87d49a8.tar.gz
freebsd-ports-gnome-3fb21938efef095eb5086b152fad8b16d87d49a8.tar.zst
freebsd-ports-gnome-3fb21938efef095eb5086b152fad8b16d87d49a8.zip
Fix the link order of the GSSAPI extension so it uses our libasn1.so before
Mozilla's. This fixes some unresolved symbols problems during post-build. PR: 65472
Diffstat (limited to 'www/seamonkey')
-rw-r--r--www/seamonkey/files/patch-extensions_negotiateauth_Makefile.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/www/seamonkey/files/patch-extensions_negotiateauth_Makefile.in b/www/seamonkey/files/patch-extensions_negotiateauth_Makefile.in
new file mode 100644
index 000000000000..ca1f969ce5fe
--- /dev/null
+++ b/www/seamonkey/files/patch-extensions_negotiateauth_Makefile.in
@@ -0,0 +1,12 @@
+--- extensions/negotiateauth/Makefile.in.orig Tue Apr 13 12:19:44 2004
++++ extensions/negotiateauth/Makefile.in Tue Apr 13 12:19:53 2004
+@@ -68,8 +68,8 @@
+ $(NULL)
+
+ EXTRA_DSO_LDOPTS = \
+- $(MOZ_COMPONENT_LIBS) \
+ $(GSSAPI_LIBS) \
++ $(MOZ_COMPONENT_LIBS) \
+ $(NULL)
+
+ # make sure this component is never statically linked into the main