public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-perl/GSSAPI/files: 0.26-libs-parse.patch
@ 2010-04-23 11:20 Torsten Veller (tove)
  0 siblings, 0 replies; only message in thread
From: Torsten Veller (tove) @ 2010-04-23 11:20 UTC (permalink / raw
  To: gentoo-commits

tove        10/04/23 11:20:29

  Added:                0.26-libs-parse.patch
  Log:
  Add patch for misparsed CFLAGS (#276555). Fix LICENSE. Maintenance.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  dev-perl/GSSAPI/files/0.26-libs-parse.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/GSSAPI/files/0.26-libs-parse.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/GSSAPI/files/0.26-libs-parse.patch?rev=1.1&content-type=text/plain

Index: 0.26-libs-parse.patch
===================================================================
--- GSSAPI-0.26/Makefile.PL
+++ GSSAPI-0.26/Makefile.PL
@@ -267,7 +267,7 @@
    my ( $confstringstring ) = @_;
    my (@libs, @others);
    foreach ( split ' ',  $confstringstring ) {
-      if ( m/(-(Wl,-R|[LlR])[^ ]*)/) {
+      if ( m/(^-(Wl,-R|[LlR])[^ ]*)/) {
         push @libs, $1
       } else {
         push @others, $_;






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

only message in thread, other threads:[~2010-04-23 11:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-23 11:20 [gentoo-commits] gentoo-x86 commit in dev-perl/GSSAPI/files: 0.26-libs-parse.patch Torsten Veller (tove)

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