pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/boehm-gc
Module Name: pkgsrc
Committed By: jperkin
Date: Wed Sep 28 08:15:30 UTC 2016
Modified Files:
pkgsrc/devel/boehm-gc: Makefile
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 pkgsrc/devel/boehm-gc/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/boehm-gc/Makefile
diff -u pkgsrc/devel/boehm-gc/Makefile:1.83 pkgsrc/devel/boehm-gc/Makefile:1.84
--- pkgsrc/devel/boehm-gc/Makefile:1.83 Tue Aug 9 12:50:39 2016
+++ pkgsrc/devel/boehm-gc/Makefile Wed Sep 28 08:15:30 2016
@@ -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 @@ TEST_TARGET= check
.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