diff options
author | Matthew Hunt <mph@FreeBSD.org> | 2003-09-08 22:07:15 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 2003-09-08 22:07:15 +0000 |
commit | 0b7f5d0fc1e96955376e37c2d3cc14a08b6211c8 (patch) | |
tree | b42ab060c9bf9dc48caddb8cf53d6fef8c5b02b8 /misc | |
parent | 2341d748819b887cc1836baa516697a87ca08b7b (diff) | |
download | ports-0b7f5d0fc1e96955376e37c2d3cc14a08b6211c8.tar.gz ports-0b7f5d0fc1e96955376e37c2d3cc14a08b6211c8.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/bidwatcher/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/misc/bidwatcher/Makefile b/misc/bidwatcher/Makefile index 6bedfed7bd5a..76e975c39eba 100644 --- a/misc/bidwatcher/Makefile +++ b/misc/bidwatcher/Makefile @@ -22,8 +22,10 @@ CFLAGS+= -UHAVE_GMTIME # The software includes a "fudge factor" for the snipe timer; by default # it snipes 5 minutes (300 seconds) before the time that you tell it to. -# To change the "fudge factor" to a different value, set TIMEFUDGE to the -# desired number of seconds. +# This fudge factor is only used in certain cases where the software +# cannot synchronize its time to eBay (for some reason). To change the +# "fudge factor" to a different value, set TIMEFUDGE to the desired +# number of seconds. TIMEFUDGE?= 300 CFLAGS+= -DHAVE_TM_ZONE -DTIMEFUDGE=${TIMEFUDGE} |