diff options
author | garbled <garbled> | 1998-09-15 05:41:44 +0000 |
---|---|---|
committer | garbled <garbled> | 1998-09-15 05:41:44 +0000 |
commit | 1b6e8174944039bae2dce91db0b17090520e8d74 (patch) | |
tree | d212ec5332b2e9f3c9338b0f598fd40b957ae3a7 /www/libwww | |
parent | e3560a309c30eb2a61fbf4bc9204762f4b8ce2f5 (diff) | |
download | pkgsrc-1b6e8174944039bae2dce91db0b17090520e8d74.tar.gz |
Nasty nasty bug in libwww.so. This is a sample implementation, and thus
assumes the user is defining his own HText stuff. If they aren't, as
often is the case with the shared lib use.. Then it breaks horribly.
Welcome to the wonderful world of "ld resolves all external references
at link time"
Diffstat (limited to 'www/libwww')
-rw-r--r-- | www/libwww/patches/patch-ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/libwww/patches/patch-ac b/www/libwww/patches/patch-ac new file mode 100644 index 00000000000..f1028723ec1 --- /dev/null +++ b/www/libwww/patches/patch-ac @@ -0,0 +1,11 @@ +--- Library/src/HTML.c.orig Mon Sep 14 21:59:03 1998 ++++ Library/src/HTML.c Mon Sep 14 21:59:13 1998 +@@ -22,7 +22,7 @@ + #include "WWWUtil.h" + #include "WWWCore.h" + #include "WWWHTML.h" +-#include "HText.h" ++#include "HTextImp.h" + #include "HTStyle.h" + #include "HTML.h" + |