Not MAKE_JOBS_SAFE.
This commit is contained in:
parent
c719715ec0
commit
64e43c04d0
1 changed files with 6 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.59 2015/04/06 08:17:16 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.60 2015/08/10 19:30:42 joerg Exp $
|
||||
#
|
||||
|
||||
DISTNAME= yaz-4.1.6
|
||||
|
@ -11,6 +11,11 @@ HOMEPAGE= https://www.indexdata.com/yaz/
|
|||
COMMENT= C/C++ toolkit for the development of Z39.50v3/SRW clients and servers
|
||||
LICENSE= modified-bsd
|
||||
|
||||
#In file included from marcdisp.c:24:
|
||||
#In file included from ../include/yaz/marcdisp.h:42:
|
||||
#../include/yaz/z-opac.h:37:2: error: unknown type name 'Z_External'
|
||||
MAKE_JOBS_SAFE= no
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
USE_LIBTOOL= YES
|
||||
USE_TOOLS+= pkg-config tclsh
|
||||
|
|
Loading…
Reference in a new issue