You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-libs/xosd/files/xosd-config-incorrect-dup-f...

16 lines
520 B

https://bugs.gentoo.org/show_bug.cgi?id=286632
This patch disables reordering and duplicate removing for non-libs arguments, thus --param and alike gcc options may be used safe now.
written by Andrew Savchenko
--- script/xosd-config.in.orig
+++ script/xosd-config.in
@@ -161,7 +161,6 @@
fi;;
*)
case " $af_other_flags " in
- *\ $i\ *) ;; # already there
*) af_other_flags="$af_other_flags $i" ;; # add it to output
esac ;;
esac