pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/xemacs Use BROKEN_ON_PLATFORM for build failures.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1cc78380636f
branches:  trunk
changeset: 643892:1cc78380636f
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Thu Jan 01 09:53:50 2015 +0000

description:
Use BROKEN_ON_PLATFORM for build failures.

diffstat:

 editors/xemacs/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 349a8f235f4e -r 1cc78380636f editors/xemacs/Makefile
--- a/editors/xemacs/Makefile   Thu Jan 01 09:50:31 2015 +0000
+++ b/editors/xemacs/Makefile   Thu Jan 01 09:53:50 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.110 2014/02/12 23:17:52 tron Exp $
+# $NetBSD: Makefile,v 1.111 2015/01/01 09:53:50 dholland Exp $
 
 PKGNAME?=      ${DISTNAME}
 COMMENT?=      XEmacs text editor version 21
@@ -15,7 +15,7 @@
 CONFLICTS+=    xemacs-[0-9]*
 CONFLICTS+=    xemacs-nox11-[0-9]*
 
-NOT_FOR_PLATFORM=      *-*-mips*       # fails purespace dumping
+BROKEN_ON_PLATFORM=    *-*-mips*       # fails purespace dumping
 
 USE_TOOLS+=    makeinfo
 



Home | Main Index | Thread Index | Old Index