diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-10-20 07:32:38 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-10-20 07:32:38 +0000 |
commit | 0050bccb4541dda8deed41e2ab4966ad77451bab (patch) | |
tree | 424ea624b05a7d892961577855a453e242e9cf67 /games/lbreakout/files/patch-ae | |
parent | Remove the garbage. (diff) |
Add lbreakout - a SDL-based clone of classical Breakout game.
Notes
Notes:
svn path=/head/; revision=34013
Diffstat (limited to 'games/lbreakout/files/patch-ae')
-rw-r--r-- | games/lbreakout/files/patch-ae | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/games/lbreakout/files/patch-ae b/games/lbreakout/files/patch-ae new file mode 100644 index 000000000000..a7a54c9c45ce --- /dev/null +++ b/games/lbreakout/files/patch-ae @@ -0,0 +1,13 @@ +--- configure 2000/10/20 06:57:57 1.1 ++++ configure 2000/10/20 06:58:16 +@@ -1783,8 +1783,8 @@ + + + +-sdir=$datadir/games/lbreakout +-hdir=/var/lib/games ++sdir=$datadir/lbreakout ++hdir=/var/games/lbreakout + inst_flag="-DSRC_DIR=\\\"$sdir/\\\"" + hi_inst_flag="-DHI_DIR=\\\"$hdir/\\\"" + |