pkgsrc/devel/nspr/buildlink3.mk
wiz b6ad224c36 Update to 4.10.7:
NSPR 4.10.7 has the following bug fixes:
- Bug 836658: VC11+ defaults to SSE2 builds by default. Contributed by
  David Major.
- Bug 979278: TSan: data race nsprpub/pr/src/threads/prtpd.c:103
  PR_NewThreadPrivateIndex.
- Bug 1026129: Replace some manual declarations of MSVC intrinsics with
  #include <intrin.h>. Contributed by Ehsan Akhgari.
- Bug 1026469: Use AC_CHECK_LIB instead of MOZ_CHECK_PTHREADS. Skip
  compiler checks when using MSVC, even when $CC is not literally "cl".
  Contributed by Mike Hommey.
- Bug 1034415: NSPR hardcodes the C compiler to cl on Windows.
  Contributed by Ehsan Akhgari.
- Bug 1042408: Compilation fix for Android > API level 19. Contributed
  by Zach Anderson.
- Bug 1043082: NSPR's build system hardcodes -MD.
2014-10-13 09:14:29 +00:00

22 lines
538 B
Makefile

# $NetBSD: buildlink3.mk,v 1.24 2014/10/13 09:14:29 wiz Exp $
BUILDLINK_TREE+= nspr
.if !defined(NSPR_BUILDLINK3_MK)
NSPR_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.nspr+= nspr>=4.9.3.2
BUILDLINK_PKGSRCDIR.nspr?= ../../devel/nspr
BUILDLINK_FILES.nspr+= lib/nspr/*
BUILDLINK_FILES.nspr+= include/nspr/*
BUILDLINK_FILES.nspr+= include/nspr/obsolete/*
BUILDLINK_LIBDIRS.nspr+= lib/nspr
BUILDLINK_RPATHDIRS.nspr+= lib/nspr
BUILDLINK_INCDIRS.nspr+= include/nspr
.endif # NSPR_BUILDLINK3_MK
BUILDLINK_TREE+= -nspr