diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-09-15 06:18:26 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-09-15 06:18:26 +0000 |
commit | 3ce147e0c0d95e3db04fab5ab85ef68cdd57f91d (patch) | |
tree | 14ad21c44bc6e11b89d7faaae312b90db300a5a9 /www/encompass/files/patch-ab | |
parent | Reflect repo-copy from glibwww2 to glibwww and update glibwww to version 0.2. (diff) |
Unbroke the port:
- update md5 (distfile has been re-rolled);
- make it working with glibwww instead of glibwww2.
Diffstat (limited to '')
-rw-r--r-- | www/encompass/files/patch-ab | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/www/encompass/files/patch-ab b/www/encompass/files/patch-ab index 2c4b9be0dee8..9db672dcfe49 100644 --- a/www/encompass/files/patch-ab +++ b/www/encompass/files/patch-ab @@ -1,6 +1,6 @@ ---- config.h.orig Wed Jul 26 14:50:21 2000 -+++ config.h Wed Jul 26 14:50:25 2000 -@@ -7,6 +7,9 @@ +--- config.h.orig Fri Aug 25 09:40:37 2000 ++++ config.h Fri Sep 15 08:57:40 2000 +@@ -6,6 +6,9 @@ #include <sys/stat.h> #include <netdb.h> @@ -10,3 +10,12 @@ #include <arpa/inet.h> #include <libgnomeprint/gnome-print.h> +@@ -24,7 +27,7 @@ + #include <WWWStream.h> + #include <WWWInit.h> + +-#include <glibwww2/glibwww.h> ++#include <glibwww/glibwww.h> + + #include "html.h" + #include "menu.h" |