diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-03-26 23:58:44 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-03-26 23:58:44 +0000 |
commit | c17d2084ccfe213771d32ac3d8727c737ecf7a1f (patch) | |
tree | 3884562c223a20654628570004e563c4b23fb5ec /www/mozilla | |
parent | 86ca249a3e740d9925b28267af9938d7995ba7b8 (diff) |
Remove a patch that was breaking negotiateauth support.
PR: 87728
Submitted by: Mark Andrews <Mark_Andrews@isc.org>
Notes
Notes:
svn path=/head/; revision=158227
Diffstat (limited to 'www/mozilla')
-rw-r--r-- | www/mozilla/files/patch-extensions_negotiateauth_Makefile.in | 20 |
1 files changed, 0 insertions, 20 deletions
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 |