Get rid of really simple patch, save an inode.

This commit is contained in:
Alexey Dokuchaev
2005-12-27 14:03:31 +00:00
parent 4958bdef4a
commit af6c426e27
2 changed files with 1 additions and 11 deletions

View File

@@ -48,6 +48,7 @@ post-extract:
-e 's/#pragma[[:blank:]]+pack[[:blank:]]*\([[:blank:]]*pop[[:blank:]]*\)/#pragma pack()/g' '{}' \;
@${REINPLACE_CMD} -e 's/ENABLE_SOUND 1/ENABLE_SOUND 0/' \
${WRKSRC}/cake/sound.h
@${REINPLACE_CMD} -e 's/167/96/' ${WRKSRC}/main.cpp
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/main ${PREFIX}/bin/cake

View File

@@ -1,11 +0,0 @@
--- main.cpp.orig Tue Jul 27 17:58:18 2004
+++ main.cpp Tue Jul 27 17:58:45 2004
@@ -65,7 +65,7 @@
// console
int histLine; // commands history scrolling value
-Var consoleKey("consoleKey", 167, VF_PERSISTENT); // key used for console opening/closing
+Var consoleKey("consoleKey", '`', VF_PERSISTENT); // key used for console opening/closing
int tabmode = 1; // console tabulation mode
// window