mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Add warning about LD_PRELOAD if the game doesn't work.
This commit is contained in:
parent
19592a61d2
commit
fcc01d27a0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=176584
@ -64,4 +64,8 @@ do-install:
|
||||
${MKDIR} ${LEXECDIR}
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/server/fb-server ${LEXECDIR}/
|
||||
|
||||
post-install:
|
||||
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
9
games/frozenbubble/pkg-message
Normal file
9
games/frozenbubble/pkg-message
Normal file
@ -0,0 +1,9 @@
|
||||
|
||||
If the game fails with:
|
||||
|
||||
[SDL Init] Bad system call: 12 (core dumped)
|
||||
|
||||
Try to start it with:
|
||||
|
||||
$ LD_PRELOAD=/usr/lib/libc_r.so frozen-bubble
|
||||
|
Loading…
Reference in New Issue
Block a user