aboutsummaryrefslogtreecommitdiffstats
path: root/qte/qte-2.3.7/compile.patch
blob: ce4ca82fcb95e1883f35dadc120418f568ab9aec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- configure	2002-09-06 20:04:34.000000000 -0400
+++ configure.new	2002-09-06 20:04:16.000000000 -0400
@@ -250,7 +250,7 @@
 PLATFORM=
 XPLATFORM=
 FROMMAKE=
-QT_CXX=""
+QT_CXX=" \$(CXXFLAGS_EXTRA)"
 
 
 # Parse the arguments, setting things to "yes" or "no".
@@ -1356,6 +1356,7 @@
 COMPILER=`echo $PLATFORM | cut -f 2- -d-`
 if [ "$COMPILER" = "g++" ]
 then
+	QT_CXX="$QT_CXX -fpermissive"
     if [ "$GPLUSPLUS_EXCEPTIONS" = "no" ]
     then
        QT_C="$QT_C -fno-exceptions"