diff options
Diffstat (limited to 'www/seamonkey2/files/patch-security::manager::Makefile.in')
-rw-r--r-- | www/seamonkey2/files/patch-security::manager::Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/seamonkey2/files/patch-security::manager::Makefile.in b/www/seamonkey2/files/patch-security::manager::Makefile.in new file mode 100644 index 000000000000..0ddf7c6a12ae --- /dev/null +++ b/www/seamonkey2/files/patch-security::manager::Makefile.in @@ -0,0 +1,11 @@ +--- security/manager/Makefile.in.orig Mon Apr 16 00:50:16 2001 ++++ security/manager/Makefile.in Tue May 22 10:10:27 2001 +@@ -44,7 +44,7 @@ + include $(CORE_DEPTH)/coreconf/$(OS_CONFIG).mk + endif + include $(CORE_DEPTH)/coreconf/prefix.mk +-CPU_TAG := _$(CPU_ARCH) ++#CPU_TAG := _$(CPU_ARCH) + LOADABLE_ROOT_MODULE := $(DLL_PREFIX)nssckbi.$(DLL_SUFFIX) + CORECONF_OBJDIR:=$(OBJDIR_NAME) + |