Last fix was not complete, since it didn't take `EAGAIN' semantic
differences between Linux and FreeBSD in consideration.
Reported by: Vasily Postnicov <shamaz.masum@gmail.com>
Obtained from: cc50634551
Differential Revision: https://reviews.freebsd.org/D33931
21 lines
394 B
Makefile
21 lines
394 B
Makefile
PORTNAME= libfixposix
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.4.3
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= ports@shiori.com.br
|
|
COMMENT= Replacement for inconsistent parts of POSIX
|
|
|
|
LICENSE= BSL
|
|
LICENSE_FILE= ${WRKSRC}/LICENCE
|
|
|
|
USES= autoreconf libtool pkgconfig
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= sionescu
|
|
USE_LDCONFIG= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|