summaryrefslogtreecommitdiff
path: root/x11/libhelp
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1998-04-14 09:52:55 +0000
committerThomas Gellekum <tg@FreeBSD.org>1998-04-14 09:52:55 +0000
commitf13abc27de1607259e675e64f1905451906bdf13 (patch)
tree90ff731f04136779b4af365e391a7fb5a34d7841 /x11/libhelp
parentUpdate to 1.202 (diff)
Un-break.
Notes
Notes: svn path=/head/; revision=10515
Diffstat (limited to 'x11/libhelp')
-rw-r--r--x11/libhelp/Makefile4
-rw-r--r--x11/libhelp/files/patch-aj37
2 files changed, 19 insertions, 22 deletions
diff --git a/x11/libhelp/Makefile b/x11/libhelp/Makefile
index 05cc5417dd98..b29e8556787e 100644
--- a/x11/libhelp/Makefile
+++ b/x11/libhelp/Makefile
@@ -3,7 +3,7 @@
# Date created: 11 December 96
# Whom: Lars Koeller <Lars_Koeller@odie.physik2.uni-rostock.de>
#
-# $Id: Makefile,v 1.1.1.1 1998/04/09 08:13:33 tg Exp $
+# $Id: Makefile,v 1.2 1998/04/14 04:21:51 asami Exp $
#
DISTNAME= libhelp-1.8.1
@@ -12,8 +12,6 @@ MASTER_SITES= ftp://ftp.informatik.uni-stuttgart.de/pub/libhelp/
MAINTAINER= Lars.Koeller@Uni-Bielefeld.de
-BROKEN= build
-
REQUIRES_MOTIF= YES
USE_IMAKE= YES
NO_INSTALL_MANPAGES= YES
diff --git a/x11/libhelp/files/patch-aj b/x11/libhelp/files/patch-aj
index 6412fa774fce..182b144c51a8 100644
--- a/x11/libhelp/files/patch-aj
+++ b/x11/libhelp/files/patch-aj
@@ -1,20 +1,19 @@
-diff -cb ../../../libhelp-1.8.1/libhtmlw/HTML.c libhtmlw/HTML.c
-*** ../../../libhelp-1.8.1/libhtmlw/HTML.c Mon Dec 26 12:15:57 1994
---- libhtmlw/HTML.c Mon Oct 20 19:00:12 1997
-***************
-*** 57,62 ****
---- 57,63 ----
- #ifdef MOTIF
- #include <Xm/DrawingA.h>
- #include <Xm/ScrollBar.h>
-+ #include <Xm/ManagerP.h>
- #else
- #include "DrawingArea.h"
- #include <X11/Xaw/Scrollbar.h>
-***************
-*** 6109,6112 ****
- return(-1);
- }
- }
+--- libhtmlw/HTML.c.orig Mon Dec 26 12:15:57 1994
++++ libhtmlw/HTML.c Tue Apr 14 10:06:06 1998
+@@ -57,6 +57,11 @@
+ #ifdef MOTIF
+ #include <Xm/DrawingA.h>
+ #include <Xm/ScrollBar.h>
++#include <Xm/ManagerP.h>
++#ifdef MOTIF2
++#include <Xm/ManagerI.h>
++#include <Xm/TravActI.h>
++#endif
+ #else
+ #include "DrawingArea.h"
+ #include <X11/Xaw/Scrollbar.h>
+@@ -6109,4 +6114,3 @@
+ return(-1);
+ }
+ }
-
---- 6112,6114 ----