as library doesn't link against libintl with NLS option. From ChangeLog: * added FORMAT_MESSAGE_IGNORE_INSERTS to FormatMessage calls * textual changes * updated dependencies * updated msvscpp files * changes to .gitignore
13 lines
327 B
Makefile
13 lines
327 B
Makefile
# $NetBSD: buildlink3.mk,v 1.3 2013/05/28 12:14:20 othyro Exp $
|
|
|
|
BUILDLINK_TREE+= libcerror
|
|
|
|
.if !defined(LIBCERROR_BUILDLINK3_MK)
|
|
LIBCERROR_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.libcerror+= libcerror>=20121222
|
|
BUILDLINK_PKGSRCDIR.libcerror?= ../../wip/libcerror
|
|
|
|
.endif # LIBCERROR_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -libcerror
|