diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2008-10-08 18:22:58 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2008-10-08 18:22:58 +0000 |
commit | f4a1c883743c63255ac230aae30845f8b918349d (patch) | |
tree | 8e79cf3437ed7f761660f231df4cf3bdfa682a18 /devel/mpatrol | |
parent | 5b69e3a9f002786f6f57ab9c618c96bb4e82f219 (diff) |
Notes
Diffstat (limited to 'devel/mpatrol')
-rw-r--r-- | devel/mpatrol/Makefile | 2 | ||||
-rw-r--r-- | devel/mpatrol/files/patch-..::..::src::mpatrol.h | 13 |
2 files changed, 14 insertions, 1 deletions
diff --git a/devel/mpatrol/Makefile b/devel/mpatrol/Makefile index d123e994910f..7e6421eafc64 100644 --- a/devel/mpatrol/Makefile +++ b/devel/mpatrol/Makefile @@ -6,7 +6,7 @@ PORTNAME= mpatrol PORTVERSION= 1.4.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= http://www.cbmamiga.demon.co.uk/mpatrol/files/ DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/devel/mpatrol/files/patch-..::..::src::mpatrol.h b/devel/mpatrol/files/patch-..::..::src::mpatrol.h new file mode 100644 index 000000000000..f335de221249 --- /dev/null +++ b/devel/mpatrol/files/patch-..::..::src::mpatrol.h @@ -0,0 +1,13 @@ + +$FreeBSD$ + +--- ../../src/mpatrol.h ++++ ../../src/mpatrol.h +@@ -32,6 +32,7 @@ + #include <stdlib.h> + #include <string.h> + #include <stdarg.h> ++#include <unistd.h> + #if !MP_NOCPLUSPLUS + #ifdef __cplusplus + #include <new> |