diff options
author | mrg <mrg@pkgsrc.org> | 1999-10-31 12:08:25 +0000 |
---|---|---|
committer | mrg <mrg@pkgsrc.org> | 1999-10-31 12:08:25 +0000 |
commit | 283cca268a9284bc6e83e66c45febaa2dd094176 (patch) | |
tree | 7e750ee611fe1d1c54ad978fee158d379ffd3aed /x11/XmHTML/patches/patch-af | |
parent | 4813f1d22dfd4ef22e8d2e1bc84819baad6ec59c (diff) | |
download | pkgsrc-283cca268a9284bc6e83e66c45febaa2dd094176.tar.gz |
these patches were insane. we had 4 patch files. we had 7 files patched.
2 files were patched by 3 of the patches. 2 other files patched by 2 of
the patches, and 3 other single patched files. now, we have 7 separate
patch files.
also, if we're going to enable some of libXpm here, do it all so that it
works with xpkgwedge!
Diffstat (limited to 'x11/XmHTML/patches/patch-af')
-rw-r--r-- | x11/XmHTML/patches/patch-af | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/x11/XmHTML/patches/patch-af b/x11/XmHTML/patches/patch-af new file mode 100644 index 00000000000..53453af5619 --- /dev/null +++ b/x11/XmHTML/patches/patch-af @@ -0,0 +1,14 @@ +$NetBSD: patch-af,v 1.1 1999/10/31 12:08:27 mrg Exp $ + +diff -ru /tmp/XmHTML-1.1.5/src/parse.c XmHTML-1.1.5/src/parse.c +--- /tmp/XmHTML-1.1.5/src/parse.c Fri Sep 11 06:46:38 1998 ++++ XmHTML-1.1.5/src/parse.c Sun Oct 31 21:01:09 1999 +@@ -138,7 +138,7 @@ + #define XmHTML_STRINGDEFINES + #include <XmHTML/HTMLWarnings.h> + #undef XmHTML_STRINGDEFINES +-#include "icons.h" /* W3C Working Draft WD-wwwicn-960729 */ ++#include <XmHTML/icons.h> + #else + #include "toolkit.h" + #include XmHTMLPrivateHeader |