USE_LANGUAGES=c99, fixes build on SunOS.

This commit is contained in:
jperkin 2013-10-29 10:54:38 +00:00
parent 2f938b368e
commit 7300bbffb4
2 changed files with 4 additions and 2 deletions

View file

@ -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 @@ HOMEPAGE= http://ftp.gnu.org/gnu/teseq/
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

View file

@ -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 @@ COMMENT= Optimising file distribution program, a 1-to-many rsync
LICENSE= artistic-2.0
GNU_CONFIGURE= yes
USE_LANGUAGES= c99
.include "../../mk/bsd.pkg.mk"