diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-08-15 11:55:06 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-08-15 11:55:06 +0000 |
commit | 41350e757b4717bca64456334689e57deb0ae7ed (patch) | |
tree | 2078f41dea139ba53c9f4aebf82457effebeb9aa /games/heroes/files | |
parent | Patch configure to use -pthread instead of -lpthread. (diff) |
Add heroes - a game similar to the old "Tron" and "Nibbles".
Diffstat (limited to 'games/heroes/files')
-rw-r--r-- | games/heroes/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/heroes/files/patch-aa b/games/heroes/files/patch-aa new file mode 100644 index 000000000000..bc4a81bb6383 --- /dev/null +++ b/games/heroes/files/patch-aa @@ -0,0 +1,11 @@ +--- configure 2000/08/15 10:44:11 1.1 ++++ configure 2000/08/15 10:44:29 +@@ -2323,7 +2323,7 @@ + + + +-if test ${musicdir}x = x; then ++if test "${musicdir}"x = x; then + NOSOUND_TRUE= + NOSOUND_FALSE='#' + else |