diff options
Diffstat (limited to 'misc/wmweather/files')
-rw-r--r-- | misc/wmweather/files/patch-aa | 16 | ||||
-rw-r--r-- | misc/wmweather/files/patch-ab | 8 |
2 files changed, 10 insertions, 14 deletions
diff --git a/misc/wmweather/files/patch-aa b/misc/wmweather/files/patch-aa index 25cb9128c8f7..0155927c431b 100644 --- a/misc/wmweather/files/patch-aa +++ b/misc/wmweather/files/patch-aa @@ -1,18 +1,16 @@ -*** Makefile Wed Jan 20 04:44:49 1999 ---- Makefile~ Tue Jan 26 23:40:36 1999 +*** Makefile.orig Fri Apr 16 14:40:55 1999 +--- Makefile Fri Apr 16 14:41:25 1999 *************** -*** 1,6 **** +*** 1,5 **** ! CC = gcc ! CFLAGS = -O2 -Wall -! INCDIR = -I/usr/X11R6/include/X11 + INCDIR = -I/usr/X11R6/include/X11 -I/usr/X11R6/include DESTDIR= /usr/X11R6 LIBDIR = -L/usr/X11R6/lib - # for linux ---- 1,7 ---- +--- 1,6 ---- ! CC ?= gcc ! CFLAGS ?= -O2 -! CFLAGS += -Wall -! INCDIR = -I/usr/X11R6/include +! CFLAGS += -Wall + INCDIR = -I/usr/X11R6/include/X11 -I/usr/X11R6/include DESTDIR= /usr/X11R6 LIBDIR = -L/usr/X11R6/lib - # for linux diff --git a/misc/wmweather/files/patch-ab b/misc/wmweather/files/patch-ab index 3caf99e60381..20e26aaf21da 100644 --- a/misc/wmweather/files/patch-ab +++ b/misc/wmweather/files/patch-ab @@ -1,11 +1,9 @@ ---- GrabWeather.orig Thu Mar 11 13:55:19 1999 -+++ GrabWeather Thu Mar 11 13:58:18 1999 +--- GrabWeather.orig Fri Apr 16 14:43:10 1999 ++++ GrabWeather Fri Apr 16 14:43:28 1999 @@ -49,7 +49,7 @@ # for some people? Dont know why... (Perhaps they have a ~/.wgetrc file # that overrides command line options?). # -- $GrabCmd = "wget --passive-ftp --tries 2 -q -O $home/.wmWeatherReports/$StationID.TXT $URL"; +- $GrabCmd = "wget --proxy=off --passive-ftp --tries 0 -q -O $home/.wmWeatherReports/$StationID.TXT $URL"; + $GrabCmd = "fetch -q -o $home/.wmWeatherReports/$StationID.TXT $URL"; system "$GrabCmd"; - - |