1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Fix build in presence of libutils.

PR:	ports/67716
This commit is contained in:
Volker Stolz 2004-06-09 07:32:28 +00:00
parent 72ea1de3cc
commit 7f5679ddce
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=111137

View File

@ -93,5 +93,7 @@ post-patch:
${WRKSRC}/hacks/glx/klein.c
@${REINPLACE_CMD} -E -e 's|^[[:space:]]*GL_LIBS="${PTHREAD_LIBS}"|#|g' \
${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|<util.h>|<libutil.h>|' \
${WRKSRC}/hacks/phosphor.c ${WRKSRC}/hacks/apple2-main.c
.include <bsd.port.post.mk>