diff options
author | mich <mich@FreeBSD.org> | 2015-04-10 21:34:07 +0800 |
---|---|---|
committer | mich <mich@FreeBSD.org> | 2015-04-10 21:34:07 +0800 |
commit | 0bbd02e0e01e2b3fbfba30d0917952ebe8daa3da (patch) | |
tree | cc1c28ac07aec32c44e6eb4652773bd0b8e671df /sysutils | |
parent | d5336cee7f2f084868fb92b5c4a1022fe5c2663f (diff) | |
download | freebsd-ports-gnome-0bbd02e0e01e2b3fbfba30d0917952ebe8daa3da.tar.gz freebsd-ports-gnome-0bbd02e0e01e2b3fbfba30d0917952ebe8daa3da.tar.zst freebsd-ports-gnome-0bbd02e0e01e2b3fbfba30d0917952ebe8daa3da.zip |
- default to gnu89 and fix build on FreeBSD10x
Submitted by: pkg-fallout
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/ah-tty/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/ah-tty/Makefile b/sysutils/ah-tty/Makefile index 461236f969a4..a5d759e32397 100644 --- a/sysutils/ah-tty/Makefile +++ b/sysutils/ah-tty/Makefile @@ -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 |