pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc USE_LANGUAGES=c99, fixes build on SunOS.
details: https://anonhg.NetBSD.org/pkgsrc/rev/c25c1825efff
branches: trunk
changeset: 625975:c25c1825efff
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Tue Oct 29 10:54:38 2013 +0000
description:
USE_LANGUAGES=c99, fixes build on SunOS.
diffstat:
misc/teseq/Makefile | 3 ++-
net/zsync/Makefile | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diffs (33 lines):
diff -r 53d605d1fa6c -r c25c1825efff misc/teseq/Makefile
--- a/misc/teseq/Makefile Tue Oct 29 10:51:01 2013 +0000
+++ b/misc/teseq/Makefile Tue Oct 29 10:54:38 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2013/08/18 10:44:30 shattered Exp $
+# $NetBSD: Makefile,v 1.7 2013/10/29 10:55:59 jperkin Exp $
#
DISTNAME= teseq-1.1
@@ -11,6 +11,7 @@
COMMENT= Terminal control sequence analyzer
GNU_CONFIGURE= yes
+USE_LANGUAGES= c99
USE_TOOLS+= perl:run sed:run
CONFIGURE_ENV+= AUTOCONF=true # files pre-built, not needed
diff -r 53d605d1fa6c -r c25c1825efff net/zsync/Makefile
--- a/net/zsync/Makefile Tue Oct 29 10:51:01 2013 +0000
+++ b/net/zsync/Makefile Tue Oct 29 10:54:38 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2012/10/23 17:19:22 asau Exp $
+# $NetBSD: Makefile,v 1.3 2013/10/29 10:54:38 jperkin Exp $
DISTNAME= zsync-0.6.2
CATEGORIES= net
@@ -11,5 +11,6 @@
LICENSE= artistic-2.0
GNU_CONFIGURE= yes
+USE_LANGUAGES= c99
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index