]> git.pld-linux.org Git - packages/synfig.git/blob - synfig-m4.patch
- up to 0.64.2
[packages/synfig.git] / synfig-m4.patch
1 --- synfig-0.64.2.orig/m4/subs.m4       2014-04-07 14:04:51.000000000 +0200
2 +++ synfig-0.64.2/m4/subs.m4    2014-11-16 22:17:50.308836164 +0100
3 @@ -88,8 +88,8 @@
4         esac
5  
6  
7 -       CXXFLAGS="`echo $CXXFLAGS | sed s:-g::` $debug_flags"
8 -       CFLAGS="`echo $CFLAGS | sed s:-g::` $debug_flags"
9 +       CXXFLAGS="`echo $CXXFLAGS | sed 's:-g : :; s:-g$::'` $debug_flags"
10 +       CFLAGS="`echo $CFLAGS | sed 's:-g : :; s:-g$::'` $debug_flags"
11  
12         AC_MSG_RESULT([$debug_flags])
13  ])
This page took 0.075047 seconds and 3 git commands to generate.