diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-04-05 12:39:55 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-04-05 12:39:55 +0000 |
commit | 1179fb68b280e8c0f4c069cd8a640676c80e27df (patch) | |
tree | 0f969e4fce48c7847321703517b334271a9dd9bd /games/glaxium/patches/patch-aa | |
parent | 3adf09527815733581e079af23a18f1e38e07a8f (diff) | |
download | pkgsrc-1179fb68b280e8c0f4c069cd8a640676c80e27df.tar.gz |
Initial import of glaxium-0.5, from pkgsrc-wip.
Glaxium is a space-ship "shoot'em up" game, with OpenGL/SDL graphics.
Diffstat (limited to 'games/glaxium/patches/patch-aa')
-rw-r--r-- | games/glaxium/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/games/glaxium/patches/patch-aa b/games/glaxium/patches/patch-aa new file mode 100644 index 00000000000..f4415c18f96 --- /dev/null +++ b/games/glaxium/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2004/04/05 12:39:56 xtraeme Exp $ + +--- Makefile.in.orig Mon Aug 18 11:38:01 2003 ++++ Makefile.in Mon Aug 18 11:38:12 2003 +@@ -15,7 +15,7 @@ + + GLAXIUM_INSTALLDIR=$(bindir) + DATA_DIRS=samples textures +-GLAXIUM_HOME=$(datadir)/games/glaxium ++GLAXIUM_HOME=$(datadir)/glaxium + MAN_DIR=$(mandir) + + glaxium : $(OBJ) |