pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/bird Mark as not for SunOS, has hardcoded BSD/Linu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d3695ec18628
branches:  trunk
changeset: 639794:d3695ec18628
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Sep 25 15:18:09 2014 +0000

description:
Mark as not for SunOS, has hardcoded BSD/Linux support.

diffstat:

 net/bird/Makefile.common |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 15a361a9ccff -r d3695ec18628 net/bird/Makefile.common
--- a/net/bird/Makefile.common  Thu Sep 25 15:10:21 2014 +0000
+++ b/net/bird/Makefile.common  Thu Sep 25 15:18:09 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.4 2014/03/28 23:27:16 pettai Exp $
+# $NetBSD: Makefile.common,v 1.5 2014/09/25 15:18:09 jperkin Exp $
 # used by net/bird/Makefile
 # used by net/bird6/Makefile
 
@@ -12,6 +12,8 @@
 COMMENT=       The BIRD Internet Routing Daemon
 LICENSE=       gnu-gpl-v2
 
+NOT_FOR_PLATFORM=      SunOS-*-*
+
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
 USE_TOOLS+=            gmake flex bison



Home | Main Index | Thread Index | Old Index