From cd2809255c10cdaaec8ec81f18df5bae78c6913d Mon Sep 17 00:00:00 2001 From: marcus Date: Sun, 26 Mar 2006 23:58:44 +0000 Subject: Remove a patch that was breaking negotiateauth support. PR: 87728 Submitted by: Mark Andrews --- .../files/patch-extensions_negotiateauth_Makefile.in | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 www/mozilla/files/patch-extensions_negotiateauth_Makefile.in diff --git a/www/mozilla/files/patch-extensions_negotiateauth_Makefile.in b/www/mozilla/files/patch-extensions_negotiateauth_Makefile.in deleted file mode 100644 index 6c938617fb7f..000000000000 --- a/www/mozilla/files/patch-extensions_negotiateauth_Makefile.in +++ /dev/null @@ -1,20 +0,0 @@ ---- extensions/negotiateauth/Makefile.in.orig Mon Jul 12 15:18:06 2004 -+++ extensions/negotiateauth/Makefile.in Sat Dec 18 16:10:49 2004 -@@ -64,7 +64,6 @@ - $(NULL) - - EXTRA_DSO_LDOPTS = \ -- $(MOZ_COMPONENT_LIBS) \ - $(NULL) - - ifneq (,$(GSSAPI_LIBS)) -@@ -81,6 +80,9 @@ - # to install GSSAPI libraries in order to use the rest of mozilla ;-) - FORCE_SHARED_LIB = 1 - endif -+ -+EXTRA_DSO_LDOPTS = \ -+ $(MOZ_COMPONENT_LIBS) - - ifeq ($(OS_ARCH),WINNT) - LOCAL_INCLUDES = -DUSE_SSPI -- cgit