diff options
author | wiz <wiz> | 2005-11-13 10:23:26 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-11-13 10:23:26 +0000 |
commit | d4caa3e54863205aa0540ec0e264659717ddac6a (patch) | |
tree | 1fbd2db1d8eb1ef27838abf52b1a78742f65eb70 /net | |
parent | 61860403d1b13962f6e630bb7b73f22a0dace1f5 (diff) | |
download | pkgsrc-d4caa3e54863205aa0540ec0e264659717ddac6a.tar.gz |
Add commented out TEST_TARGET, but the test fails:
Testing is_local checking ...
UNIX
IPv4
_res is not supported for multi-threaded programs.
[1] Abort trap (core dumped) ${dir}${tst}
Diffstat (limited to 'net')
-rw-r--r-- | net/ORBit2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ORBit2/Makefile b/net/ORBit2/Makefile index 45fac1715b5..2c210b48776 100644 --- a/net/ORBit2/Makefile +++ b/net/ORBit2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2005/10/07 16:03:21 drochner Exp $ +# $NetBSD: Makefile,v 1.43 2005/11/13 10:23:26 wiz Exp $ # DISTNAME= ORBit2-2.12.4 @@ -17,6 +17,7 @@ CONFLICTS= linc>=1.1 USE_TOOLS+= gmake pkg-config USE_LIBTOOL= YES GNU_CONFIGURE= YES +#TEST_TARGET= check CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc |