public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-libs/xosd/files: xosd-config-incorrect-dup-filter-fix.patch
@ 2013-02-02  4:03 Alex Alexander (wired)
  0 siblings, 0 replies; only message in thread
From: Alex Alexander (wired) @ 2013-02-02  4:03 UTC (permalink / raw
  To: gentoo-commits

wired       13/02/02 04:03:56

  Added:                xosd-config-incorrect-dup-filter-fix.patch
  Log:
  fixed broken xosd-config, bug #286632
  
  (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key EB9B4AFA)

Revision  Changes    Path
1.1                  x11-libs/xosd/files/xosd-config-incorrect-dup-filter-fix.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xosd/files/xosd-config-incorrect-dup-filter-fix.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xosd/files/xosd-config-incorrect-dup-filter-fix.patch?rev=1.1&content-type=text/plain

Index: xosd-config-incorrect-dup-filter-fix.patch
===================================================================
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





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-02-02  4:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-02  4:03 [gentoo-commits] gentoo-x86 commit in x11-libs/xosd/files: xosd-config-incorrect-dup-filter-fix.patch Alex Alexander (wired)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox