mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
comms/gkermit: enable use of errno.h for errno
The code to be standards conformant was there, just not enabled by default so enable it.
This commit is contained in:
parent
d0e7f199fa
commit
5b93136e22
@ -1,6 +1,6 @@
|
||||
PORTNAME= gkermit
|
||||
PORTVERSION= 1.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= comms
|
||||
MASTER_SITES= ftp://ftp.kermitproject.org/kermit/archives/
|
||||
DISTNAME= gku100
|
||||
@ -16,6 +16,8 @@ MAKEFILE= makefile
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
CFLAGS+= -DERRNO_H
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/gkermit ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/gkermit.nr ${STAGEDIR}${PREFIX}/share/man/man1/gkermit.1
|
||||
|
Loading…
Reference in New Issue
Block a user