summaryrefslogtreecommitdiff
path: root/www/Mosaic/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'www/Mosaic/patches/patch-ad')
-rw-r--r--www/Mosaic/patches/patch-ad13
1 files changed, 0 insertions, 13 deletions
diff --git a/www/Mosaic/patches/patch-ad b/www/Mosaic/patches/patch-ad
deleted file mode 100644
index b8820d152af..00000000000
--- a/www/Mosaic/patches/patch-ad
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ad,v 1.4 2004/05/03 23:30:00 wiz Exp $
-
---- src/xresources.h.org Tue Apr 9 21:41:26 1996
-+++ src/xresources.h Tue Apr 9 21:43:12 1996
-@@ -94,7 +94,7 @@
- { "confirmExit", "ConfirmExit", XtRBoolean, sizeof (Boolean),
- offset (confirm_exit), XtRString, "True" },
- /* THIS USED TO BE mailCommand BUT IS NOW sendmailCommand. */
--#ifdef __bsdi__
-+#if defined(__bsdi__) || defined(__FreeBSD__) || defined(__NetBSD__)
- { "sendmailCommand", "SendmailCommand", XtRString, sizeof (char *),
- offset (sendmail_command), XtRString, "/usr/sbin/sendmail -t" },
- #else