pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/uno devel/uno: Not for x86_64 DragonFly



details:   https://anonhg.NetBSD.org/pkgsrc/rev/91b2f3ebad5d
branches:  trunk
changeset: 596484:91b2f3ebad5d
user:      marino <marino%pkgsrc.org@localhost>
date:      Wed Dec 07 08:19:57 2011 +0000

description:
devel/uno: Not for x86_64 DragonFly

DragonFly x86_64 can't handle 32-bit binaries.

diffstat:

 devel/uno/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r c8cca67b35b9 -r 91b2f3ebad5d devel/uno/Makefile
--- a/devel/uno/Makefile        Wed Dec 07 07:53:24 2011 +0000
+++ b/devel/uno/Makefile        Wed Dec 07 08:19:57 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2010/07/21 10:09:46 joerg Exp $
+# $NetBSD: Makefile,v 1.15 2011/12/07 08:19:57 marino Exp $
 #
 
 DISTNAME=              uno_v213
@@ -10,6 +10,7 @@
 HOMEPAGE=              http://spinroot.com/uno/
 COMMENT=               Tool for source code analysis
 
+NOT_FOR_PLATFORM=      DragonFly-*-x86_64      #Cannot build 32-bit binary
 WRKSRC=                        ${WRKDIR}/uno/src
 MAKE_FILE=             makefile
 



Home | Main Index | Thread Index | Old Index