pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/nana mark this NOT_FOR_COMPILER sunpro for now -...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d2f6eae53cc6
branches:  trunk
changeset: 476503:d2f6eae53cc6
user:      grant <grant%pkgsrc.org@localhost>
date:      Sat Jun 12 04:22:16 2004 +0000

description:
mark this NOT_FOR_COMPILER sunpro for now - it uses `...' in macros
definitions which sunpro doesn't like.

diffstat:

 devel/nana/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 4d7f2be24406 -r d2f6eae53cc6 devel/nana/Makefile
--- a/devel/nana/Makefile       Sat Jun 12 04:21:15 2004 +0000
+++ b/devel/nana/Makefile       Sat Jun 12 04:22:16 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/06/12 04:21:15 grant Exp $
+# $NetBSD: Makefile,v 1.10 2004/06/12 04:22:16 grant Exp $
 
 DISTNAME=      nana-2.4
 CATEGORIES=    devel
@@ -12,4 +12,6 @@
 INFO_FILES=    nana.info
 USE_LANGUAGES= c c++
 
+NOT_FOR_COMPILER=      sunpro
+
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index