pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/boehm-gc Limit the Snow Leopard build fix to jus...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ba56c1f78836
branches:  trunk
changeset: 353097:ba56c1f78836
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Wed Sep 28 08:15:30 2016 +0000

description:
Limit the Snow Leopard build fix to just Snow Leopard, it causes runtime
failures on newer releases, shown in 'make test' failures and reported in
PR#51511.  Both 'make test' and lang/guile20 now work.  Bump PKGREVISION.

diffstat:

 devel/boehm-gc/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r eb729486f014 -r ba56c1f78836 devel/boehm-gc/Makefile
--- a/devel/boehm-gc/Makefile   Wed Sep 28 08:04:05 2016 +0000
+++ b/devel/boehm-gc/Makefile   Wed Sep 28 08:15:30 2016 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.83 2016/08/09 12:50:39 mef Exp $
+# $NetBSD: Makefile,v 1.84 2016/09/28 08:15:30 jperkin Exp $
 
 DISTNAME=      gc-7.6.0
 PKGNAME=       ${DISTNAME:S/gc/boehm-gc/}
+PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  http://www.hboehm.info/gc/gc_source/
 
@@ -22,7 +23,7 @@
 
 .include "../../mk/bsd.prefs.mk"
 
-.if ${OPSYS} == "Darwin" && empty(OS_VERSION:M[1-9].*)
+.if !empty(MACHINE_PLATFORM:MDarwin-10.6*)
 CFLAGS+=               -D_XOPEN_SOURCE
 .endif
 



Home | Main Index | Thread Index | Old Index