diff options
author | Steve Price <steve@FreeBSD.org> | 2001-02-26 05:00:12 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2001-02-26 05:00:12 +0000 |
commit | 2ca9383e736a79749fe3439b319c4b3864b3fce9 (patch) | |
tree | e717ec48c8116715cc0e48f3bcc0e12120b1891d /www/xitami/files/patch-ad | |
parent | Update to version 1.4.5. (diff) |
Update to version 2.4d7.
PR: 25222
Submitted by: Bernd Luevelsmeyer <bdluevel@heitec.net>
Notes
Notes:
svn path=/head/; revision=38767
Diffstat (limited to 'www/xitami/files/patch-ad')
-rw-r--r-- | www/xitami/files/patch-ad | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/www/xitami/files/patch-ad b/www/xitami/files/patch-ad new file mode 100644 index 000000000000..4d434c13d372 --- /dev/null +++ b/www/xitami/files/patch-ad @@ -0,0 +1,18 @@ +--- src/sfl/.vimbk/prelude.h.vimbk Sat Apr 1 18:11:21 2000 ++++ src/sfl/prelude.h Tue Nov 7 11:33:15 2000 +@@ -532,12 +532,15 @@ + # endif + + #elif (defined (__UTYPE_BSDOS)) ++# undef TIMEZONE + # define TIMEZONE 0 /* timezone is not available */ + + #elif (defined (__UTYPE_FREEBSD)) ++# undef TIMEZONE + # define TIMEZONE 0 /* timezone is not available */ + + #elif (defined (__UTYPE_NETBSD)) ++# undef TIMEZONE + # define TIMEZONE 0 /* timezone is not available */ + + #elif (defined (__VMS__)) |