- Fix build on FreeBSD 4.X

PR:		ports/95147
Submitted by:	Sven Berkvens-Matthijsse <sven@ilse.net>
This commit is contained in:
Pav Lucistnik 2006-03-31 14:34:21 +00:00
parent 87f409bfd8
commit 42db45aa18
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=158479

View file

@ -20,5 +20,6 @@ GNU_CONFIGURE= yes
post-patch:
@${REINPLACE_CMD} -e 's|{libdir}/pkgconfig|{prefix}/libdata/pkgconfig|g' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|<stdint.h>|<inttypes.h>|' ${WRKSRC}/descriptors.c
.include <bsd.port.mk>