summaryrefslogtreecommitdiff
path: root/www/libwww
diff options
context:
space:
mode:
authorgarbled <garbled>1998-09-15 05:41:44 +0000
committergarbled <garbled>1998-09-15 05:41:44 +0000
commit1b6e8174944039bae2dce91db0b17090520e8d74 (patch)
treed212ec5332b2e9f3c9338b0f598fd40b957ae3a7 /www/libwww
parente3560a309c30eb2a61fbf4bc9204762f4b8ce2f5 (diff)
downloadpkgsrc-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-ac11
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"
+