freebsd-ports/www/lynx/files/patch-LYCharSets
Mikhail Teterin e79389466a Add a patch, which makes sure, that lynx' own internal entities.h is
included, instead of one possibly installed by other software such as
gd.

Remove "non-functional comments".

Check WITHOUT_IPV6 in addition to NO_INET6.

Suggested by:	timur
2007-07-05 11:44:11 +00:00

9 lines
244 B
Text

--- src/LYCharSets.c Sun Dec 18 17:52:30 2005
+++ src/LYCharSets.c Mon Jul 2 16:10:40 2007
@@ -871,5 +871,5 @@
UCode_t HTMLGetEntityUCValue(const char *name)
{
-#include <entities.h>
+#include "chrtrans/entities.h"
UCode_t value = 0;