summaryrefslogtreecommitdiff
path: root/devel/libmpeg3
diff options
context:
space:
mode:
authoragc <agc>2002-07-22 09:23:10 +0000
committeragc <agc>2002-07-22 09:23:10 +0000
commitb0d1c4193ad8fbd7226d4067902dc1d8d8ab9db5 (patch)
tree758f81c776935050b5b71aab49d581f9b801dcc9 /devel/libmpeg3
parent2370b1dd8b9cd4c5b19f6e9f23807e33be7cb79b (diff)
downloadpkgsrc-b0d1c4193ad8fbd7226d4067902dc1d8d8ab9db5.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"