From be58280f6bd3717b46605ab9c69800002cf7abd8 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 5 Aug 2001 14:38:45 +0000 Subject: Add dependency on pth (bulk build failure). Buildlinkify while here. --- devel/libmpeg3/Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'devel') diff --git a/devel/libmpeg3/Makefile b/devel/libmpeg3/Makefile index 3e52dac80c0..bfaa4de840a 100644 --- a/devel/libmpeg3/Makefile +++ b/devel/libmpeg3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/08/02 17:34:00 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2001/08/05 14:38:45 wiz Exp $ # DISTNAME= libmpeg3-1.3 @@ -10,12 +10,14 @@ HOMEPAGE= http://heroines.sourceforge.net/libmpeg3.php3 COMMENT= MPEG decoding library BUILD_DEPENDS+= nasm-*:../../devel/nasm -HAS_CONFIGURE= YES + +USE_BUILDLINK_ONLY= yes +HAS_CONFIGURE= yes USE_GMAKE= yes post-configure: ${ECHO} "CFLAGS+=-O2" >>${WRKSRC}/global_config - ${ECHO} "CFLAGS+=-I${LOCALBASE}/include" >>${WRKSRC}/global_config + ${ECHO} "CFLAGS+=-I${BUILDLINK_DIR}/include" >>${WRKSRC}/global_config ${ECHO} "CFLAGS+=-D_FILE_OFFSET_BITS=64" >>${WRKSRC}/global_config INSTHDRS= bitstream.h libmpeg3.h mpeg3atrack.h mpeg3css.h \ @@ -44,4 +46,5 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/docs/index.html \ ${PREFIX}/share/doc/html/libmpeg3 +.include "../../devel/pth/buildlink.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3