summaryrefslogtreecommitdiff
path: root/devel/libmpeg3
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2002-07-22 09:23:10 +0000
committeragc <agc@pkgsrc.org>2002-07-22 09:23:10 +0000
commita05f00292c50c074e253b768c65e625d34cd9827 (patch)
tree758f81c776935050b5b71aab49d581f9b801dcc9 /devel/libmpeg3
parent54d410c45f7bf78f91fdcceb2382e62d2e2c821b (diff)
downloadpkgsrc-a05f00292c50c074e253b768c65e625d34cd9827.tar.gz
Make libmpeg3 use pthread.buildlink.mk, fixes PR 17670 by Julio Merino
<jmmv@hispabsd.org>
Diffstat (limited to 'devel/libmpeg3')
-rw-r--r--devel/libmpeg3/Makefile8
1 files changed, 5 insertions, 3 deletions
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"