edc244e4e7
Some critical bugs in the processing of BMP files were fixed. These bugs allowed the program to be crashed, or potentially to be abused in other ways, by feeding it specially crafted BMP files. Thanks to Tomasz Buchert and Agostino Sarubbo for reporting these bugs. Portability was improved for C99 and for MSVC++. Thanks to Peter Breitenlohner, Nelson Beebe, and Martin Gieseking for reporting portability issues.
13 lines
308 B
Makefile
13 lines
308 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2017/02/08 17:53:51 adam Exp $
|
|
|
|
BUILDLINK_TREE+= potrace
|
|
|
|
.if !defined(POTRACE_BUILDLINK3_MK)
|
|
POTRACE_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.potrace+= potrace>=1.13
|
|
BUILDLINK_PKGSRCDIR.potrace?= ../../graphics/potrace
|
|
|
|
.endif # POTRACE_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -potrace
|