summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2001-06-01 00:38:51 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2001-06-01 00:38:51 +0000
commit741c9f1ec2020c37a82a7c089f42021d9f85c51f (patch)
tree5e4d8c81a47a8699bc54d7f37fec44d495d0387f /games
parentc01a2abb7db70e2d9e12617bba0df590cfee5286 (diff)
downloadpkgsrc-741c9f1ec2020c37a82a7c089f42021d9f85c51f.tar.gz
make sure this compiles on sparc by using .S instead of .s for the
assembly file so that the preprocessor gets run first. tried a short game, seems to work even.
Diffstat (limited to 'games')
-rw-r--r--games/crafty/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/crafty/Makefile b/games/crafty/Makefile
index 1155cec8ee3..890d8dce41a 100644
--- a/games/crafty/Makefile
+++ b/games/crafty/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2001/03/29 15:26:31 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2001/06/01 00:38:51 dmcmahill Exp $
DISTNAME= crafty-18.9
CATEGORIES= games
@@ -50,6 +50,7 @@ CRAFTYRC= ${WRKDIR}/.craftyrc
post-extract:
${CP} ${DISTDIR}/${DIST_SUBDIR}/${CRAFTY_STARTPGN} ${WRKDIR}
+ ${MV} ${WRKSRC}/Sparc.s ${WRKSRC}/Sparc.S
post-build:
${RM} -f ${CRAFTYRC}