pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/bcc This package also doesn't build on x86_64 du...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/afcaf0e81e00
branches:  trunk
changeset: 495782:afcaf0e81e00
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Mon Jun 20 08:08:55 2005 +0000

description:
This package also doesn't build on x86_64 due to "severe LP64 problems".

diffstat:

 devel/bcc/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r dca2b2b0cc05 -r afcaf0e81e00 devel/bcc/Makefile
--- a/devel/bcc/Makefile        Mon Jun 20 07:41:49 2005 +0000
+++ b/devel/bcc/Makefile        Mon Jun 20 08:08:55 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2005/06/14 16:30:10 minskim Exp $
+# $NetBSD: Makefile,v 1.14 2005/06/20 08:08:55 jlam Exp $
 
 DISTNAME=              bcc
 PKGNAME=               bcc-95.3.12
@@ -7,7 +7,7 @@
 MAINTAINER=            tsarna%NetBSD.org@localhost
 COMMENT=               Bruce Evans' C compiler (with as and ld); can do 16-bit code
 
-NOT_FOR_PLATFORM=      *-*-alpha       # Severe LP64 problems
+NOT_FOR_PLATFORM=      *-*-alpha *-*-x86_64    # Severe LP64 problems
 
 MAKE_ENV+=             BINOWN=${BINOWN} BINGRP=${BINGRP} BINMODE=${BINMODE} \
                        MANOWN=${MANOWN} MANGRP=${MANGRP} MANMODE=${MANMODE}



Home | Main Index | Thread Index | Old Index