diff options
Diffstat (limited to 'graphics/gimp-app-devel/files/patch-ab')
-rw-r--r-- | graphics/gimp-app-devel/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/gimp-app-devel/files/patch-ab b/graphics/gimp-app-devel/files/patch-ab index 3c90bafc4593..e8b6e0cc0bad 100644 --- a/graphics/gimp-app-devel/files/patch-ab +++ b/graphics/gimp-app-devel/files/patch-ab @@ -18,3 +18,14 @@ else +--- plug-ins/mail/mail.c.orig Tue Nov 25 06:04:27 1997 ++++ plug-ins/mail/mail.c Thu Dec 18 00:40:23 1997 +@@ -89,7 +89,7 @@ + * + */ + #ifndef MAILER +-#define MAILER "/usr/lib/sendmail" ++#define MAILER "/usr/sbin/sendmail" + #endif + + #ifndef UUENCODE |