pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/udfclient Make it compile under 1.6.2 by includin...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/940df6976154
branches:  trunk
changeset: 480465:940df6976154
user:      reinoud <reinoud%pkgsrc.org@localhost>
date:      Fri Sep 10 13:05:27 2004 +0000

description:
Make it compile under 1.6.2 by including pthread when nessisary

diffstat:

 misc/udfclient/Makefile |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r 1b205f878dc9 -r 940df6976154 misc/udfclient/Makefile
--- a/misc/udfclient/Makefile   Fri Sep 10 12:50:57 2004 +0000
+++ b/misc/udfclient/Makefile   Fri Sep 10 13:05:27 2004 +0000
@@ -1,17 +1,21 @@
-# $NetBSD: Makefile,v 1.9 2004/08/21 13:06:24 reinoud Exp $
+# $NetBSD: Makefile,v 1.10 2004/09/10 13:05:27 reinoud Exp $
 #
 
 DISTNAME=              UDFclient.0.3
 PKGNAME=               udfclient-0.3
+PKGREVISION=           1
 CATEGORIES=            misc
 MASTER_SITES=          http://www.13thmonkey.org/udfclient/releases/
 EXTRACT_SUFX=          .tgz
 
 MAINTAINER=            buzztoh%13thmonkey.org@localhost
 HOMEPAGE=              http://www.13thmonkey.org/udfclient/
-COMMENT=               UDF filingsystem reader/writer for CD-ROMs, CD-RWs and DVDs and image files
+COMMENT=               UDF filingsystem reader/writer for CD/CD-RW/DVD*RW/DVD-RAM and images
 
 WRKSRC=                        ${WRKDIR}/UDFclient.0.3
 MAKEFILE=              makefile
 
+PTHREAD_OPTS+=         require
+
+.include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index