diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2003-02-13 00:29:52 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2003-02-13 00:29:52 +0000 |
commit | 3b04905aab6e2158da64bdf217a97e7d242b8cf2 (patch) | |
tree | 3db5b17d74a94bd113f3ebf5417fa51b31bc9d84 /net/gnet/Makefile | |
parent | ff29b76569027480f429242376031b77ef52e905 (diff) | |
download | pkgsrc-3b04905aab6e2158da64bdf217a97e7d242b8cf2.tar.gz |
correct some types to make this compile on alpha. Passes 3/4 tests so this
is only a partial improvement.
Diffstat (limited to 'net/gnet/Makefile')
-rw-r--r-- | net/gnet/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/gnet/Makefile b/net/gnet/Makefile index cb7e4937ba1..7770aae9c93 100644 --- a/net/gnet/Makefile +++ b/net/gnet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2002/12/24 06:10:18 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2003/02/13 00:29:52 dmcmahill Exp $ # DISTNAME= gnet-1.1.7 @@ -16,6 +16,7 @@ PKGCONFIG_OVERRIDE= ${WRKSRC}/gnet.pc.in GNU_CONFIGURE= YES USE_BUILDLINK2= YES CONFIGURE_ARGS= --enable-glib2 +TEST_TARGET= check .include "../../devel/glib2/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |