pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/twin Broken on x86_64. Supposedly supports a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/598ed33fb890
branches:  trunk
changeset: 643896:598ed33fb890
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Thu Jan 01 10:05:52 2015 +0000

description:
Broken on x86_64. Supposedly supports alpha, which is why this restriction
isn't all LP64PLATFORMS. Open question whether this package is worth fixing,
though.

diffstat:

 emulators/twin/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r df1037ea1393 -r 598ed33fb890 emulators/twin/Makefile
--- a/emulators/twin/Makefile   Thu Jan 01 10:03:57 2015 +0000
+++ b/emulators/twin/Makefile   Thu Jan 01 10:05:52 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2012/10/03 12:55:19 asau Exp $
+# $NetBSD: Makefile,v 1.34 2015/01/01 10:05:52 dholland Exp $
 #
 
 DISTNAME=              twin-src-3.1.14
@@ -20,7 +20,7 @@
 
 MAKE_JOBS_SAFE=                no
 
-NOT_FOR_PLATFORM=      *-*-x86_64
+BROKEN_ON_PLATFORM=    *-*-x86_64
 
 INSTALL_MAKE_FLAGS+=   prefix=${DESTDIR}${PREFIX}
 



Home | Main Index | Thread Index | Old Index