pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/xlispstat Use BROKEN_ON_PLATFORM for "core dumps".



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dc551c05f611
branches:  trunk
changeset: 643908:dc551c05f611
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Thu Jan 01 11:10:15 2015 +0000

description:
Use BROKEN_ON_PLATFORM for "core dumps".
XXX: this should probably be all LP64PLATFORMS, not just alpha.

diffstat:

 math/xlispstat/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 28dbf74596dc -r dc551c05f611 math/xlispstat/Makefile
--- a/math/xlispstat/Makefile   Thu Jan 01 11:08:46 2015 +0000
+++ b/math/xlispstat/Makefile   Thu Jan 01 11:10:15 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2012/09/11 23:04:36 asau Exp $
+# $NetBSD: Makefile,v 1.25 2015/01/01 11:10:15 dholland Exp $
 
 DISTNAME=              xlispstat-3-52-20
 PKGNAME=               xlispstat-3.52.20
@@ -15,7 +15,7 @@
 GNU_CONFIGURE=         yes
 USE_X11BASE=           yes
 
-NOT_FOR_PLATFORM=      *-*-alpha       # core dumps
+BROKEN_ON_PLATFORM=    *-*-alpha       # core dumps
 
 BUILD_TARGET=          xlispstat
 



Home | Main Index | Thread Index | Old Index