View | Details | Raw Unified | Return to bug 186577
Collapse All | Expand All

(-)files/patch-Makefile (-3 / +4 lines)
Lines 1-5 Link Here
1
--- BlockOut/Makefile.orig	2009-08-06 14:55:56.000000000 +0700
1
--- BlockOut/Makefile.orig	2008-01-10 00:29:06.000000000 +0600
2
+++ BlockOut/Makefile	2009-08-06 15:39:07.000000000 +0700
2
+++ BlockOut/Makefile	2014-02-09 13:17:22.000000000 +0700
3
@@ -34,17 +34,17 @@
3
@@ -34,17 +34,17 @@
4
 
4
 
5
 #---------------------------------------------------------------------
5
 #---------------------------------------------------------------------
Lines 9-15 Link Here
9
+SDL_ROOT	= /usr/local
9
+SDL_ROOT	= /usr/local
10
+IMGLIB_ROOT	= ../ImageLib/src
10
+IMGLIB_ROOT	= ../ImageLib/src
11
 
11
 
12
 CXX		= g++
12
-CXX		= g++
13
+#CXX		= g++
13
 
14
 
14
 CXXFLAGS =     -g -D_DEBUG -Dlinux -c \
15
 CXXFLAGS =     -g -D_DEBUG -Dlinux -c \
15
-               -I$(SDL_ROOT)/include/SDL -I$(IMGLIB_ROOT) -I.
16
-               -I$(SDL_ROOT)/include/SDL -I$(IMGLIB_ROOT) -I.
(-)files/patch-ImageLib_src_Makefile (+13 lines)
Line 0 Link Here
1
--- ImageLib/src/Makefile.orig	2014-02-09 13:14:33.000000000 +0700
2
+++ ImageLib/src/Makefile	2014-02-09 13:15:28.000000000 +0700
3
@@ -32,8 +32,8 @@
4
 
5
 #---------------------------------------------------------------------
6
 
7
-CXX	= g++
8
-CC	= gcc
9
+#CXX	= g++
10
+#CC	= gcc
11
 
12
 CXXFLAGS    = -O2 -Dlinux -c -I.
13
 CFLAGS      = -O2 -Dlinux -c -I.

Return to bug 186577