summaryrefslogtreecommitdiff
path: root/www/libwww
diff options
context:
space:
mode:
authorgarbled <garbled@pkgsrc.org>1998-09-15 05:41:44 +0000
committergarbled <garbled@pkgsrc.org>1998-09-15 05:41:44 +0000
commit5971fc80d693130867c5071b1d92997a00cd1941 (patch)
treed212ec5332b2e9f3c9338b0f598fd40b957ae3a7 /www/libwww
parent9d54da45dc4312f19665d2253faa7b324f48895c (diff)
downloadpkgsrc-5971fc80d693130867c5071b1d92997a00cd1941.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"
+