1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

There is no stdint.h in STABLE.

Submitted by:	bento
This commit is contained in:
Tilman Keskinoz 2003-07-27 12:50:48 +00:00
parent c0fff7d950
commit 9bf8c0b5c2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=85672

View File

@ -20,5 +20,14 @@ GNU_CONFIGURE= yes
CONFIGURE_TARGET=
CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_GMAKE= yes
USE_REINPLACE= yes
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500028
post-patch:
${REINPLACE_CMD} -e "s,#include <stdint.h>,," \
${WRKSRC}/taxipilot/timemanager.h
.endif
.include <bsd.port.post.mk>