Make libmpeg3 use pthread.buildlink.mk, fixes PR 17670 by Julio Merino
<jmmv@hispabsd.org>
This commit is contained in:
parent
54d410c45f
commit
a05f00292c
1 changed files with 5 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue