transcend (0.3.dfsg1-3) 01_makefile.patch

Summary

 Transcend/Makefile.common |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

    
download this patch

Patch contents

#Set LEVELS_DIR in Makefile.common.

diff -ruN transcend-0.3.orig/Transcend/Makefile.common transcend-0.3.new/Transcend/Makefile.common
--- transcend-0.3.orig/Transcend/Makefile.common	2005-08-29 19:06:50.000000000 +0200
+++ transcend-0.3.new/Transcend/Makefile.common	2006-09-23 18:47:47.000000000 +0200
@@ -39,7 +39,7 @@
 OPTIMIZE_FLAG = ${OPTIMIZE_ON_FLAG}
 
 
-COMPILE_FLAGS = -Wall ${DEBUG_FLAG} ${PLATFORM_COMPILE_FLAGS} ${PROFILE_FLAG} ${OPTIMIZE_FLAG} -I${ROOT_PATH} -I${ROOT_PATH}/Transcend/portaudio/pa_common
+COMPILE_FLAGS = -Wall ${DEBUG_FLAG} ${PLATFORM_COMPILE_FLAGS} ${PROFILE_FLAG} ${OPTIMIZE_FLAG} -DLEVELS_DIR=\"/usr/share/games/transcend/levels\" -I${ROOT_PATH} -I${ROOT_PATH}/Transcend/portaudio/pa_common
 
 
 COMPILE = ${GXX} ${COMPILE_FLAGS} -c