0695a2216150964d69938deac2fced29d71860fe
[packages.git] / multimedia / gst-plugins-ugly / patches / 030-no_shave-make.patch
1 diff -u --recursive gst-plugins-ugly-0.10.13-vanilla/common/shave-libtool.in gst-plugins-ugly-0.10.13/common/shave-libtool.in
2 --- gst-plugins-ugly-0.10.13-vanilla/common/shave-libtool.in    2009-11-28 15:17:59.166114391 -0500
3 +++ gst-plugins-ugly-0.10.13/common/shave-libtool.in    2009-11-28 15:20:46.244261210 -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  *)