diff options
author | agc <agc> | 2002-04-09 16:51:49 +0000 |
---|---|---|
committer | agc <agc> | 2002-04-09 16:51:49 +0000 |
commit | 764d4ba90e46eea8bc4033c7bd6ad1cbf75ccc5e (patch) | |
tree | 7f63c38f5562a9a2f7db621f0549b04421734c5c | |
parent | 6a51497edbccc9e697357b365d63d454a7711778 (diff) | |
download | pkgsrc-764d4ba90e46eea8bc4033c7bd6ad1cbf75ccc5e.tar.gz |
Mark this package as broken - specifically, it's very out of date, and
it has a quirky build process which can't deal with our libtool and
pthreads libraries simultaneously.
-rw-r--r-- | net/openh323/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/openh323/Makefile b/net/openh323/Makefile index c252e400fae..3b189155bdb 100644 --- a/net/openh323/Makefile +++ b/net/openh323/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2002/04/09 13:29:48 agc Exp $ +# $NetBSD: Makefile,v 1.8 2002/04/09 16:51:49 agc Exp $ # DISTNAME= openh323_1.1beta3 @@ -29,6 +29,8 @@ USE_GMAKE= yes USE_LIBTOOL= yes ALL_TARGET= opt +BROKEN= Package has problems with libtool and pthreads + pre-build: -${MKDIR} ${WRKSRC}/lib; cd ${WRKSRC}/lib; ${LN} -s ${PREFIX}/lib/libpt.la |