1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/x11/libhelp/files/patch-al
Thomas Gellekum 7b804361b0 Import libhelp port. libhelp is a hypertext help system for Motif
applications. Call xmhelp for an example and introduction.

Submitted by:	Lars Koeller <Lars.Koeller@Uni-Bielefeld.de>
1998-04-09 08:13:33 +00:00

25 lines
619 B
Plaintext

diff -cb ../../../libhelp-1.8.1/libhtmlw/HTMLP.h libhtmlw/HTMLP.h
*** ../../../libhelp-1.8.1/libhtmlw/HTMLP.h Mon Dec 26 12:15:58 1994
--- libhtmlw/HTMLP.h Mon Oct 20 19:00:12 1997
***************
*** 59,67 ****
#ifdef MOTIF
#include <Xm/XmP.h>
! # ifdef MOTIF1_2
# include <Xm/ManagerP.h>
! # endif /* MOTIF1_2 */
#else
#include <X11/IntrinsicP.h>
#include <X11/ConstrainP.h>
--- 59,67 ----
#ifdef MOTIF
#include <Xm/XmP.h>
! # if defined(MOTIF1_2) || defined(MOTIF2)
# include <Xm/ManagerP.h>
! # endif /* MOTIF1_2 || MOTIF2*/
#else
#include <X11/IntrinsicP.h>
#include <X11/ConstrainP.h>