Make it compile on systems with a pkgsrc based pthread.
This commit is contained in:
parent
16d17391bd
commit
952177ae1a
1 changed files with 3 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
# $NetBSD: Makefile,v 1.11 2004/09/10 13:09:28 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.12 2004/09/11 13:15:34 reinoud Exp $
|
||||
#
|
||||
|
||||
DISTNAME= UDFclient.0.3
|
||||
PKGNAME= udfclient-0.3
|
||||
PKGREVISION= 1
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= http://www.13thmonkey.org/udfclient/releases/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
@ -14,6 +14,7 @@ COMMENT= UDF file system reader/writer for CD/CD-RW/DVD*RW/DVD-RAM and images
|
|||
|
||||
MAKEFILE= makefile
|
||||
|
||||
USE_BUILDLINK3= yes
|
||||
PTHREAD_OPTS+= require
|
||||
|
||||
.include "../../mk/pthread.buildlink3.mk"
|
||||
|
|
Loading…
Reference in a new issue