diff options
author | Steve Price <steve@FreeBSD.org> | 1998-11-15 22:54:25 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-11-15 22:54:25 +0000 |
commit | 901fb78c07a3a4bc36c40fcad8ddfd414d1ef3df (patch) | |
tree | baa8433b3e090f28b3a0c1eaa5e7131f645ac1b5 /devel/pmake/files/patch-ag | |
parent | Fixup dependency problems with libawt and libjpeg, libpng and libgif. (diff) |
Initial import of pmake version 2.1.33.
A parallel make(1) from the Sprite OS project.
Reviewed by: asami
Notes
Notes:
svn path=/head/; revision=14545
Diffstat (limited to 'devel/pmake/files/patch-ag')
-rw-r--r-- | devel/pmake/files/patch-ag | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/devel/pmake/files/patch-ag b/devel/pmake/files/patch-ag new file mode 100644 index 000000000000..2a7ce00df058 --- /dev/null +++ b/devel/pmake/files/patch-ag @@ -0,0 +1,8 @@ +--- customs/sigList.c.orig Thu Nov 12 16:43:25 1998 ++++ customs/sigList.c Thu Nov 12 16:43:54 1998 +@@ -20,4 +20,5 @@ + #endif /* not lint */ + ++#include <sys/types.h> + #include <sys/signal.h> + |