1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00

- Fix build on 10.X (pipe2 symbol conflicts with pipe2() from unistd.h)

This commit is contained in:
Dmitry Marakasov 2013-08-27 21:52:15 +00:00
parent e4f74eedc5
commit 30fa6c870e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=325491

View File

@ -56,6 +56,8 @@ post-patch:
s|-lSDL$$||; s|SDL/SDL|SDL|' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|$$(datadir)/games/kobo-deluxe|${DATADIR}|' \
${WRKSRC}/data/Makefile.in
@${REINPLACE_CMD} -e 's|pipe2|kobopipe2|g' ${WRKSRC}/enemies.h \
${WRKSRC}/enemy.cpp
post-install:
${CHGRP} games ${PREFIX}/bin/kobodl