diff options
-rw-r--r-- | x11-toolkits/xmhtml/files/patch-aa | 2 | ||||
-rw-r--r-- | x11-toolkits/xmhtml/pkg-plist | 11 |
2 files changed, 7 insertions, 6 deletions
diff --git a/x11-toolkits/xmhtml/files/patch-aa b/x11-toolkits/xmhtml/files/patch-aa index 3a22fa3..65a044d 100644 --- a/x11-toolkits/xmhtml/files/patch-aa +++ b/x11-toolkits/xmhtml/files/patch-aa @@ -9,7 +9,7 @@ XCOMM This specifies where the XmHTML header files will be installed -#define XmHTMLIncDir $(INCROOT)/XmHTML -+#define XmHTMLIncDir /usr/X11R6/include ++#define XmHTMLIncDir /usr/X11R6/include/XmHTML XCOMM You may need to modify the following DEFINES as follows: XCOMM if your system doesn't provide str[n]casecmp, add -DNEED_STRCASECMP diff --git a/x11-toolkits/xmhtml/pkg-plist b/x11-toolkits/xmhtml/pkg-plist index a8ec24b..e602e1b 100644 --- a/x11-toolkits/xmhtml/pkg-plist +++ b/x11-toolkits/xmhtml/pkg-plist @@ -217,11 +217,11 @@ share/examples/XmHTML-1.1.0/examples/test-pages/unclosed1.html lib/libXmHTML.a lib/libXmHTML.so lib/libXmHTML.so.1 -include/XmHTML.h -include/XmHTMLP.h -include/HTML.h -include/Parser.h -include/ParserP.h +include/XmHTML/XmHTML.h +include/XmHTML/XmHTMLP.h +include/XmHTML/HTML.h +include/XmHTML/Parser.h +include/XmHTML/ParserP.h @dirrm share/examples/XmHTML-1.1.0/examples/test-pages @dirrm share/examples/XmHTML-1.1.0/examples @dirrm share/examples/XmHTML-1.1.0/book @@ -229,3 +229,4 @@ include/ParserP.h @dirrm share/examples/XmHTML-1.1.0 @dirrm share/doc/XmHTML-1.1.0/man @dirrm share/doc/XmHTML-1.1.0 +@dirrm include/XmHTML |