diff options
Diffstat (limited to 'net/openh323/Makefile')
-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 |