Get rid of really simple patch, save an inode.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user