diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-04-14 00:24:04 +0800 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-04-14 00:24:04 +0800 |
commit | 3a5febfa9dbf1129070c670c8ca9fa794a1f08dc (patch) | |
tree | 73b1de405e8c98bc7da71b021dd4c99d43146459 /www/mozilla-devel | |
parent | f376b0656283c3c5e0e97cac33868b414861034b (diff) | |
download | freebsd-ports-gnome-3a5febfa9dbf1129070c670c8ca9fa794a1f08dc.tar.gz freebsd-ports-gnome-3a5febfa9dbf1129070c670c8ca9fa794a1f08dc.tar.zst freebsd-ports-gnome-3a5febfa9dbf1129070c670c8ca9fa794a1f08dc.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/mozilla-devel')
-rw-r--r-- | www/mozilla-devel/files/patch-extensions_negotiateauth_Makefile.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/www/mozilla-devel/files/patch-extensions_negotiateauth_Makefile.in b/www/mozilla-devel/files/patch-extensions_negotiateauth_Makefile.in new file mode 100644 index 000000000000..ca1f969ce5fe --- /dev/null +++ b/www/mozilla-devel/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 |