1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/x11/libhelp/files/patch-ai
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

24 lines
518 B
Plaintext

diff -cb ../../../libhelp-1.8.1/libButtFace/resource.c libButtFace/resource.c
*** ../../../libhelp-1.8.1/libButtFace/resource.c Fri Feb 24 13:28:28 1995
--- libButtFace/resource.c Mon Oct 20 19:00:11 1997
***************
*** 27,33 ****
*/
#include <string.h>
! #include <malloc.h>
#include <ctype.h>
#include <X11/StringDefs.h>
--- 27,37 ----
*/
#include <string.h>
! #ifdef __FreeBSD__
! # include <stdlib.h>
! #else
! # include <malloc.h>
! #endif
#include <ctype.h>
#include <X11/StringDefs.h>