1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00

- Remove obsolete hack, all supported FreeBSD versions have required POSIX_FADV_* macros

- Switch to USES=localbase

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2016-02-12 15:55:46 +00:00
parent acf5cf3a01
commit 6cb0fa86ae
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=408739

View File

@ -20,14 +20,8 @@ LICENSE= GPLv3
LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2
USES= charsetfix iconv libtool readline shebangfix
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
USES= charsetfix iconv libtool localbase readline shebangfix
GNU_CONFIGURE= yes
# XXX FreeBSD 9.x has posix_fallocate() for OSVERSION > 900035,
# but is missing the required POSIX_FADV_* macros
CONFIGURE_ENV= i_cv_posix_fallocate_works=no
PORTDOCS= AUTHORS BUGS ChangeLog FAQ FEATURES INSTALL \
MIRRORS NEWS README README.debug-levels README.modules \