pkgsrc/graphics/jxrlib/buildlink3.mk
nros e9e237c830 Fix libjxr on big endian systems and fix warnings
Add patches from FreeBSD ports that fix build warnings.
For the patches to apply correctly, add conversion to unix style linebreaks.
Define _BIG__ENDIAN_ on big endian systems to make the package behave
correctly when running on them. As pointed out in jxrlibs makefile.
Bump pkgrevision and abi depends due to the big endian change.
2019-11-25 21:07:18 +00:00

14 lines
378 B
Makefile

# $NetBSD: buildlink3.mk,v 1.2 2019/11/25 21:07:18 nros Exp $
BUILDLINK_TREE+= jxrlib
.if !defined(JXRLIB_BUILDLINK3_MK)
JXRLIB_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.jxrlib+= jxrlib>=1.1
BUILDLINK_ABI_DEPENDS.jxrlib+= jxrlib>=1.1nb1
BUILDLINK_PKGSRCDIR.jxrlib?= ../../graphics/jxrlib
BUILDLINK_DEPMETHOD.jxrlib?= build
.endif # JXRLIB_BUILDLINK3_MK
BUILDLINK_TREE+= -jxrlib