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 |