summaryrefslogtreecommitdiff
path: root/graphics/gimp-current/patches/patch-ab
blob: 5adfa2bfbc541ee5e73b810febe23fde89eba4c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-ab,v 1.1.1.1 1999/11/27 04:08:32 hubertf Exp $

--- plug-ins/common/mail.c.orig	Fri Nov 26 16:07:27 1999
+++ plug-ins/common/mail.c	Fri Nov 26 16:08:37 1999
@@ -92,7 +92,12 @@
    *
  */
 #ifndef MAILER
+#ifdef __NetBSD__
+#include <paths.h>
+#define MAILER _PATH_SENDMAIL
+#else /* !__NetBSD__ */
 #define MAILER "/usr/lib/sendmail"
+#endif /* __NetBSD__ */
 #endif
 
 #ifndef UUENCODE