diff options
Diffstat (limited to 'graphics/gimp/patches/patch-ag')
-rw-r--r-- | graphics/gimp/patches/patch-ag | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/graphics/gimp/patches/patch-ag b/graphics/gimp/patches/patch-ag deleted file mode 100644 index 025ef7c2fa0..00000000000 --- a/graphics/gimp/patches/patch-ag +++ /dev/null @@ -1,15 +0,0 @@ ---- plug-ins/mail/mail.c.orig Mon Nov 24 23:04:27 1997 -+++ plug-ins/mail/mail.c Mon Feb 2 22:10:46 1998 -@@ -88,9 +88,9 @@ - * As always: The utility of this plugin is left as an exercise for the reader - * - */ --#ifndef MAILER --#define MAILER "/usr/lib/sendmail" --#endif -+ -+#include <paths.h> -+#define MAILER _PATH_SENDMAIL - - #ifndef UUENCODE - #define UUENCODE "uuencode" |