Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Apr 2015 13:34:07 +0000 (UTC)
From:      Michael Landin Hostbaek <mich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r383727 - head/sysutils/ah-tty
Message-ID:  <201504101334.t3ADY7ou003152@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mich
Date: Fri Apr 10 13:34:07 2015
New Revision: 383727
URL: https://svnweb.freebsd.org/changeset/ports/383727

Log:
  - default to gnu89 and fix build on FreeBSD10x
  
  Submitted by:	pkg-fallout

Modified:
  head/sysutils/ah-tty/Makefile

Modified: head/sysutils/ah-tty/Makefile
==============================================================================
--- head/sysutils/ah-tty/Makefile	Fri Apr 10 13:33:20 2015	(r383726)
+++ head/sysutils/ah-tty/Makefile	Fri Apr 10 13:34:07 2015	(r383727)
@@ -10,6 +10,7 @@ MAINTAINER=	mich@FreeBSD.org
 COMMENT=	Ah-tty is an automatic helper for command prompts and shells
 
 GNU_CONFIGURE=	yes
+USE_CSTD=	gnu89
 
 PLIST_FILES=	bin/ah-tty bin/ah-tty.static \
 		share/ah-tty.conf man/man1/ah-tty.1.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504101334.t3ADY7ou003152>