summaryrefslogtreecommitdiff
path: root/devel/libmpeg3
diff options
context:
space:
mode:
authorwiz <wiz>2001-08-05 14:38:45 +0000
committerwiz <wiz>2001-08-05 14:38:45 +0000
commitbe58280f6bd3717b46605ab9c69800002cf7abd8 (patch)
tree22e8bd6630a9bbfd61810d3ed21384a83110d37f /devel/libmpeg3
parentdee01c1297fa9b25dce8ef8e6dcda1ff169ce23c (diff)
downloadpkgsrc-be58280f6bd3717b46605ab9c69800002cf7abd8.tar.gz
Add dependency on pth (bulk build failure). Buildlinkify while here.
Diffstat (limited to 'devel/libmpeg3')
-rw-r--r--devel/libmpeg3/Makefile9
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"