mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04: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:
parent
acf5cf3a01
commit
6cb0fa86ae
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=408739
1 changed files with 1 additions and 7 deletions
|
@ -20,14 +20,8 @@ LICENSE= GPLv3
|
||||||
|
|
||||||
LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2
|
LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2
|
||||||
|
|
||||||
USES= charsetfix iconv libtool readline shebangfix
|
USES= charsetfix iconv libtool localbase readline shebangfix
|
||||||
|
|
||||||
CPPFLAGS+= -I${LOCALBASE}/include
|
|
||||||
LIBS+= -L${LOCALBASE}/lib
|
|
||||||
GNU_CONFIGURE= yes
|
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 \
|
PORTDOCS= AUTHORS BUGS ChangeLog FAQ FEATURES INSTALL \
|
||||||
MIRRORS NEWS README README.debug-levels README.modules \
|
MIRRORS NEWS README README.debug-levels README.modules \
|
||||||
|
|
Loading…
Add table
Reference in a new issue