5ea978d44f60ad42c384125bca9b1a1e2eaf3515
[openwrt/svn-archive/archive.git] / multimedia / gst-plugins-base / patches / 030-no_shave-make.patch
1 diff -u --recursive gst-plugins-base-0.10.25-vanilla/common/shave-libtool.in gst-plugins-base-0.10.25/common/shave-libtool.in
2 --- gst-plugins-base-0.10.25-vanilla/common/shave-libtool.in 2009-11-15 07:25:57.034292287 -0500
3 +++ gst-plugins-base-0.10.25/common/shave-libtool.in 2009-11-15 07:26:23.829341026 -0500
4 @@ -41,12 +41,9 @@
5
6 case "$mode" in
7 compile)
8 - # shave will be called and print the actual CC/CXX/LINK line
9 - preserved_args="$preserved_args --shave-mode=$mode"
10 pass_though=1
11 ;;
12 link)
13 - preserved_args="$preserved_args --shave-mode=$mode"
14 Q=" LINK "
15 ;;
16 *)