83e87d89dd
This switches over from the perforce jam distribution to the jam distribution from the FreeType project. This is fully backwards compatible with the perforce distribution. The FreeType jam distribution ships with a GNU configure script. Other differences are added support for shared libraries, macro expansion, more flexible command line processing and a fix to dependency calculation. This closes PR pkg/37285 and should make devel/jam build on NetBSD 4.0.
14 lines
291 B
Text
14 lines
291 B
Text
$NetBSD: patch-ab,v 1.1 2008/03/10 00:09:23 tnn Exp $
|
|
|
|
Beware of DOS linebreaks.
|
|
|
|
--- execunix.c.orig 2006-06-05 12:52:27.000000000 +0200
|
|
+++ execunix.c
|
|
@@ -42,6 +42,7 @@
|
|
# include "lists.h"
|
|
# include "execcmd.h"
|
|
# include <errno.h>
|
|
+# include <unistd.h>
|
|
|
|
# ifdef USE_EXECUNIX
|
|
|