openbsd-ports/devel/jam/patches/patch-jam_h
naddy b10883fded Import jam 2.4; submitted by Jonathan Auer <jda@auerfamily.org>.
Jam is a make(1) replacement that makes building simple things simple and
building complicated things manageable.
2003-02-13 14:51:43 +00:00

13 lines
311 B
Plaintext

$OpenBSD: patch-jam_h,v 1.1.1.1 2003/02/13 14:51:43 naddy Exp $
--- jam.h.orig Wed Mar 20 18:40:21 2002
+++ jam.h Thu Feb 13 15:18:22 2003
@@ -380,7 +380,7 @@
!defined(OS_MACOSX) && \
!defined(OS_RHAPSODY) && \
!defined(OS_MVS)
-# include <malloc.h>
+# include <stdlib.h>
# endif
# endif