[packages] crypto-tools: update to v20100325 (#7462)
[packages.git] / multimedia / gstreamer / patches / 002-no-shave_mode.patch
1 diff -u --recursive gstreamer-0.10.25-vanilla/common/shave-libtool.in gstreamer-0.10.25/common/shave-libtool.in
2 --- gstreamer-0.10.25-vanilla/common/shave-libtool.in   2009-04-15 16:28:36.000000000 -0400
3 +++ gstreamer-0.10.25/common/shave-libtool.in   2009-11-14 23:08:34.744433657 -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  *)