svn commit: r383727 - head/sysutils/ah-tty

Michael Landin Hostbaek mich at FreeBSD.org
Fri Apr 10 13:34:08 UTC 2015


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 at 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


More information about the svn-ports-all mailing list