Skip to content

Commit

Permalink
USE_LANGUAGES=c99, fixes build on SunOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
jperkin committed Oct 29, 2013
1 parent bf19f07 commit 78d1d0e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion misc/teseq/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
3 changes: 2 additions & 1 deletion net/zsync/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"

0 comments on commit 78d1d0e

Please sign in to comment.