diff options
author | Eric L. Hernes <erich@FreeBSD.org> | 1997-12-18 20:40:24 +0000 |
---|---|---|
committer | Eric L. Hernes <erich@FreeBSD.org> | 1997-12-18 20:40:24 +0000 |
commit | e94e7c7e4e2e45d5e6aba7dc9a7ed03e1105d1fd (patch) | |
tree | 330a20e18d918c554ff570dc5fb70b93993681b1 /graphics/gimp-app-devel/files/patch-ab | |
parent | Update to 0.46. The changelog speaks: (diff) |
use tiff34 and fix path to sendmail
Submitted by: Vanilla
Notes
Notes:
svn path=/head/; revision=9129
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 |