mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
12 lines
513 B
Plaintext
12 lines
513 B
Plaintext
--- ./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__)
|
|
{ "sendmailCommand", "SendmailCommand", XtRString, sizeof (char *),
|
|
offset (sendmail_command), XtRString, "/usr/sbin/sendmail -t" },
|
|
#else
|