diff options
author | agc <agc@pkgsrc.org> | 2006-10-27 20:43:26 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2006-10-27 20:43:26 +0000 |
commit | b1edfe90d9e74e8e349ed0b39ca77e1ae1d71e1b (patch) | |
tree | cec5f32d34e6092e467118117e9ffd1461d27259 /devel/arena/Makefile | |
parent | 23bdac64e29ba4f8dcf9ba964c7b9d30d2987656 (diff) | |
download | pkgsrc-b1edfe90d9e74e8e349ed0b39ca77e1ae1d71e1b.tar.gz |
Bump package to 0.9.7nb1
Fix two things:
+ in the internal tests, as a last resort, look for libc.so
+ when calling a foreign function from arena which returns a pointer,
if the foreign function returns NULL, make the return value from
dyn_call_ptr() into a void arena value.
Patch has been fed back upstream.
Diffstat (limited to 'devel/arena/Makefile')
-rw-r--r-- | devel/arena/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/arena/Makefile b/devel/arena/Makefile index 1aaea27ed28..d5a45c6b7fd 100644 --- a/devel/arena/Makefile +++ b/devel/arena/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/10/01 10:48:22 agc Exp $ +# $NetBSD: Makefile,v 1.2 2006/10/27 20:43:26 agc Exp $ DISTNAME= arena-0.9.7 +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.minimalinux.org/arena/ |