pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2008Q4]: pkgsrc/net/ns Pullup ticket #2663 - requested by minskim



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3c04821500cb
branches:  pkgsrc-2008Q4
changeset: 552271:3c04821500cb
user:      tron <tron%pkgsrc.org@localhost>
date:      Thu Jan 29 13:24:59 2009 +0000

description:
Pullup ticket #2663 - requested by minskim
ns: build fix

Revisions pulled up:
- net/ns/Makefile               1.32
---
Module Name:    pkgsrc
Committed By:   minskim
Date:           Tue Jan  6 04:43:23 UTC 2009

Modified Files:
         pkgsrc/net/ns: Makefile

Log Message:
ns uses C99 features.

diffstat:

 net/ns/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 271730b43f31 -r 3c04821500cb net/ns/Makefile
--- a/net/ns/Makefile   Thu Jan 29 13:09:09 2009 +0000
+++ b/net/ns/Makefile   Thu Jan 29 13:24:59 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2008/10/02 18:08:19 joerg Exp $
+# $NetBSD: Makefile,v 1.31.4.1 2009/01/29 13:24:59 tron Exp $
 
 DISTNAME=      ns-2.33
 CATEGORIES=    net
@@ -15,7 +15,7 @@
 BUILDLINK_API_DEPENDS.tk+=     tk>=8.4.12nb2
 
 WRKSRC=                ${WRKDIR}/${PKGNAME}
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c99 c++
 USE_TOOLS+=    gmake
 GNU_CONFIGURE= yes
 PTHREAD_OPTS+= require



Home | Main Index | Thread Index | Old Index