View | Details | Raw Unified | Return to bug 158105 | Differences between
and this patch

Collapse All | Expand All

(-)traindirector/Makefile (-1 / +3 lines)
Lines 15-20 Link Here
15
MAINTAINER=	mad@madpilot.net
15
MAINTAINER=	mad@madpilot.net
16
COMMENT=	Train controller simulation
16
COMMENT=	Train controller simulation
17
17
18
LICENSE=	GPLv2
19
18
NO_WRKSUBDIR=	yes
20
NO_WRKSUBDIR=	yes
19
21
20
MAKE_JOBS_SAFE=	yes
22
MAKE_JOBS_SAFE=	yes
Lines 27-33 Link Here
27
WX_UNICODE=	yes
29
WX_UNICODE=	yes
28
30
29
DESKTOP_ENTRIES="Train Director" "${COMMENT}" "" "traindir3" \
31
DESKTOP_ENTRIES="Train Director" "${COMMENT}" "" "traindir3" \
30
		"Game;Simulation;StrategyGame;" false
32
		"Game;Simulation;StrategyGame;" ${FALSE}
31
33
32
PLIST_FILES=	bin/traindir3
34
PLIST_FILES=	bin/traindir3
33
35
(-)traindirector/distinfo (-1 lines)
Lines 1-3 Link Here
1
MD5 (tdir36src.zip) = a121ad6551da09de294dc4319d1a97a5
2
SHA256 (tdir36src.zip) = 93c0a09c848110cf4a5b108e81a1fd44ffe61f334f12280b7b7bb4a96c3676d7
1
SHA256 (tdir36src.zip) = 93c0a09c848110cf4a5b108e81a1fd44ffe61f334f12280b7b7bb4a96c3676d7
3
SIZE (tdir36src.zip) = 231097
2
SIZE (tdir36src.zip) = 231097
(-)traindirector/files/patch-Makefile.fc9 (-3 / +6 lines)
Lines 1-5 Link Here
1
--- Makefile.fc9.orig	2008-08-31 17:53:10.000000000 +0200
1
--- Makefile.fc9.orig	2008-08-31 17:53:10.000000000 +0200
2
+++ Makefile.fc9	2009-06-16 10:10:25.855027068 +0200
2
+++ Makefile.fc9	2011-06-21 11:52:40.309974439 +0200
3
@@ -7,7 +7,7 @@
3
@@ -7,7 +7,7 @@
4
 
4
 
5
 
5
 
Lines 9-17 Link Here
9
 exec_prefix = ${prefix}
9
 exec_prefix = ${prefix}
10
 INSTALL = /usr/bin/install -c
10
 INSTALL = /usr/bin/install -c
11
 EXEEXT = 
11
 EXEEXT = 
12
@@ -20,16 +20,16 @@
12
@@ -18,18 +18,18 @@
13
 top_srcdir = 
14
 top_builddir = 
13
 LDFLAGS_GUI = 
15
 LDFLAGS_GUI = 
14
 CXX = g++
16
-CXX = g++
17
+CXX ?= g++
15
 #CXXFLAGS = -g -O0 -pthread -Wall -Wundef -Wno-ctor-dtor-privacy -finput-charset=ISO-8859-1
18
 #CXXFLAGS = -g -O0 -pthread -Wall -Wundef -Wno-ctor-dtor-privacy -finput-charset=ISO-8859-1
16
-CXXFLAGS = -O2 -pthread -Wall -Wundef -Wno-ctor-dtor-privacy -finput-charset=ISO-8859-1
19
-CXXFLAGS = -O2 -pthread -Wall -Wundef -Wno-ctor-dtor-privacy -finput-charset=ISO-8859-1
17
+CXXFLAGS += -pthread -Wall -Wundef -Wno-ctor-dtor-privacy
20
+CXXFLAGS += -pthread -Wall -Wundef -Wno-ctor-dtor-privacy

Return to bug 158105