summaryrefslogtreecommitdiffstats
path: root/x11/libhelp
diff options
context:
space:
mode:
authortg <tg@FreeBSD.org>1998-04-14 09:52:55 +0000
committertg <tg@FreeBSD.org>1998-04-14 09:52:55 +0000
commit3336f194e85f8b79117625f3ec30813fd4f678af (patch)
treebfb6ad658cb3b03655bbe627e19a5290d9c9b46e /x11/libhelp
parentc48a33e929c00ae7702a2c8aa0ecafac876ef922 (diff)
downloadFreeBSD-ports-3336f194e85f8b79117625f3ec30813fd4f678af.zip
FreeBSD-ports-3336f194e85f8b79117625f3ec30813fd4f678af.tar.gz
Un-break.
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 05cc541..b29e855 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 6412fa7..182b144 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 ----
OpenPOWER on IntegriCloud