From a05f00292c50c074e253b768c65e625d34cd9827 Mon Sep 17 00:00:00 2001 From: agc Date: Mon, 22 Jul 2002 09:23:10 +0000 Subject: Make libmpeg3 use pthread.buildlink.mk, fixes PR 17670 by Julio Merino --- devel/libmpeg3/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'devel/libmpeg3') diff --git a/devel/libmpeg3/Makefile b/devel/libmpeg3/Makefile index 34812d8b501..199c71e9908 100644 --- a/devel/libmpeg3/Makefile +++ b/devel/libmpeg3/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2002/04/29 21:41:41 rh Exp $ +# $NetBSD: Makefile,v 1.6 2002/07/22 09:23:10 agc Exp $ # DISTNAME= libmpeg3-1.3 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel audio graphics MASTER_SITES= http://heroines.sourceforge.net/ @@ -20,6 +20,8 @@ USE_BUILDLINK_ONLY= yes HAS_CONFIGURE= yes USE_GMAKE= yes +USE_PTHREAD= native pth + post-configure: ${ECHO} "CFLAGS+=-O2" >>${WRKSRC}/global_config ${ECHO} "CFLAGS+=-I${BUILDLINK_DIR}/include" >>${WRKSRC}/global_config @@ -56,5 +58,5 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/docs/index.html \ ${PREFIX}/share/doc/html/libmpeg3 -.include "../../devel/pth/buildlink.mk" +.include "../../mk/pthread.buildlink.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3