diff options
author | taoka <taoka@FreeBSD.org> | 1999-04-02 11:55:14 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 1999-04-02 11:55:14 +0800 |
commit | 7afd98b7b0423dc22a99c65ebb3ea383636fb13d (patch) | |
tree | 840001fb2f18f909dd74af8514ea3dd171feab3c /japanese/slrn/files | |
parent | 79afbdd51d46172dab00d97a41264c2ce535d4b3 (diff) | |
download | freebsd-ports-gnome-7afd98b7b0423dc22a99c65ebb3ea383636fb13d.tar.gz freebsd-ports-gnome-7afd98b7b0423dc22a99c65ebb3ea383636fb13d.tar.zst freebsd-ports-gnome-7afd98b7b0423dc22a99c65ebb3ea383636fb13d.zip |
unBROKEN_ELF
Corrected MASTER_SITES, PATCH_SITES
Diffstat (limited to 'japanese/slrn/files')
-rw-r--r-- | japanese/slrn/files/patch-aa | 32 |
1 files changed, 11 insertions, 21 deletions
diff --git a/japanese/slrn/files/patch-aa b/japanese/slrn/files/patch-aa index 3dae290b6e4b..fcc72de2fa0d 100644 --- a/japanese/slrn/files/patch-aa +++ b/japanese/slrn/files/patch-aa @@ -1,21 +1,11 @@ -*** src/slrnfeat.h.orig Fri Jun 26 17:49:39 1998 ---- src/slrnfeat.h Fri Jun 26 17:50:16 1998 -*************** -*** 217,224 **** - #define SLRN_TZ_TM_ZONE 2 /* timezone set in tm_zone of struct tm */ - #define SLRN_TZ_TIMEZONE 3 /* timezone() */ - /* choose one from listed above */ -! #define SLRN_TZ_TYPE SLRN_TZ_TZNAME -! /* #define SLRN_TZ_TYPE SLRN_TZ_TM_ZONE */ - #define KANJI - #ifdef SLRNPULL_CODE - #undef KANJI ---- 217,224 ---- - #define SLRN_TZ_TM_ZONE 2 /* timezone set in tm_zone of struct tm */ - #define SLRN_TZ_TIMEZONE 3 /* timezone() */ - /* choose one from listed above */ -! /* #define SLRN_TZ_TYPE SLRN_TZ_TZNAME */ -! #define SLRN_TZ_TYPE SLRN_TZ_TM_ZONE - #define KANJI - #ifdef SLRNPULL_CODE - #undef KANJI +--- src/slrnfeat.h.orig Sun Dec 6 20:50:26 1998 ++++ src/slrnfeat.h Sun Dec 6 20:50:38 1998 +@@ -193,7 +193,7 @@ + # define SLRN_ARTICLE_FILENAME ".article" + # define SLRN_FOLLOWUP_FILENAME ".followup" + # define SLRN_SIGNATURE_FILE ".signature" +-# define SLRN_SENDMAIL_COMMAND "/usr/lib/sendmail -oi -t -oem -odb" ++# define SLRN_SENDMAIL_COMMAND "/usr/sbin/sendmail -oi -t -oem -odb" + # ifndef SLRN_LIB_DIR + # define SLRN_LIB_DIR "/usr/local/lib/slrn" + # endif |