diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2006-10-03 20:34:47 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2006-10-03 20:34:47 +0000 |
commit | b0f89435f97ac5f5bd3c304daa89f53f1babe624 (patch) | |
tree | e6e07a8b9e2389bf7e669e5a5728cc7223dcec30 | |
parent | - Update to latest CVS snapshot (unofficial version 0.5.1) (diff) |
Fix the build with yet-to-come GCC.
Notes
Notes:
svn path=/head/; revision=174401
-rw-r--r-- | games/cake/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/cake/Makefile b/games/cake/Makefile index 4111c98dba96..b11c8355bbc9 100644 --- a/games/cake/Makefile +++ b/games/cake/Makefile @@ -50,6 +50,8 @@ post-extract: @${REINPLACE_CMD} -e 's/ENABLE_SOUND 1/ENABLE_SOUND 0/' \ ${WRKSRC}/cake/sound.h @${REINPLACE_CMD} -e 's/167/96/' ${WRKSRC}/main.cpp + # GCC 4.x fix + @${REINPLACE_CMD} -e 's/Mat3x2:://' ${WRKSRC}/cake/math.h do-install: ${INSTALL_PROGRAM} ${WRKSRC}/main ${PREFIX}/bin/cake |