summaryrefslogtreecommitdiff
path: root/media-libs/stk/files/stk-4.5.0/050_all_cxxflags.patch
blob: d2cc4e5be330e8c03571a90c29efdf3e8f72f017 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: stk-4.5.0/configure.ac
===================================================================
--- stk-4.5.0.orig/configure.ac
+++ stk-4.5.0/configure.ac
@@ -100,7 +100,7 @@ fi
 CPPFLAGS="$CPPFLAGS $cppflag"
 
 # For debugging and optimization ... overwrite default because it has both -g and -O2
-CXXFLAGS="$cxxflag"
+CXXFLAGS="$CXXFLAGS $cxxflag"
 
 # Check compiler and use -Wall if gnu.
 if [test $GXX = "yes" ;] then