diff options
author | wiz <wiz@pkgsrc.org> | 2001-08-05 14:38:45 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-08-05 14:38:45 +0000 |
commit | 78cbf65342ca286adaf7ff21632736d6c7b36c76 (patch) | |
tree | 22e8bd6630a9bbfd61810d3ed21384a83110d37f | |
parent | 78bd036ab4a2a0c7e29268658bbcd546151ef260 (diff) | |
download | pkgsrc-78cbf65342ca286adaf7ff21632736d6c7b36c76.tar.gz |
Add dependency on pth (bulk build failure). Buildlinkify while here.
-rw-r--r-- | devel/libmpeg3/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
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" |