aboutsummaryrefslogtreecommitdiff
path: root/games/frozenbubble
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2006-11-06 03:49:48 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2006-11-06 03:49:48 +0000
commitfcc01d27a00d7164bf682b754a38746433e57490 (patch)
treeb3945f2d486b3986081f8b4346c7cc94e86eb6df /games/frozenbubble
parent19592a61d205c266709015cfb4070fdd0f6e6b39 (diff)
downloadports-fcc01d27a00d7164bf682b754a38746433e57490.tar.gz
ports-fcc01d27a00d7164bf682b754a38746433e57490.zip
Notes
Diffstat (limited to 'games/frozenbubble')
-rw-r--r--games/frozenbubble/Makefile4
-rw-r--r--games/frozenbubble/pkg-message9
2 files changed, 13 insertions, 0 deletions
diff --git a/games/frozenbubble/Makefile b/games/frozenbubble/Makefile
index 8598f9af1d09..a1673f291c46 100644
--- a/games/frozenbubble/Makefile
+++ b/games/frozenbubble/Makefile
@@ -64,4 +64,8 @@ do-install:
${MKDIR} ${LEXECDIR}
${INSTALL_PROGRAM} ${WRKSRC}/server/fb-server ${LEXECDIR}/
+post-install:
+
+ @${CAT} ${PKGMESSAGE}
+
.include <bsd.port.mk>
diff --git a/games/frozenbubble/pkg-message b/games/frozenbubble/pkg-message
new file mode 100644
index 000000000000..fe67868d586d
--- /dev/null
+++ b/games/frozenbubble/pkg-message
@@ -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
+