FreeBSD Bugzilla – Attachment 134917 Details for
Bug 179666
[PATCH] Fix graphics/graphviz with WITH_PERL
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 872 bytes, created by
geraud
on 2013-06-18 01:50:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
geraud
Created:
2013-06-18 01:50:00 UTC
Size:
872 bytes
patch
obsolete
>--- files/patch-config_perl.pl.orig 2013-06-18 11:16:49.000000000 +1100 >+++ files/patch-config_perl.pl 2013-06-18 11:19:36.000000000 +1100 >@@ -1,9 +1,14 @@ >---- config/config_perl.pl.orig 2008-07-14 14:54:04.000000000 +0200 >-+++ config/config_perl.pl 2009-03-15 11:08:29.000000000 +0100 >-@@ -11,5 +11,5 @@ >+--- config/config_perl.pl.orig 2013-02-15 00:27:39.000000000 +1100 >++++ config/config_perl.pl 2013-06-18 11:18:34.000000000 +1100 >+@@ -11,10 +11,9 @@ > print "-I$archlib/CORE"; > } > if ($ARGV[0] eq "PERL_INSTALL_DIR") { >-- print "$Config{vendorarch}" >-+ print "$Config{sitearch}" >- } >+- >+ my $d; >+ >+- foreach $d qw(installvendorarch vendorarch installsitearch sitearch) { >++ foreach $d ( qw(installvendorarch vendorarch installsitearch sitearch) ) { >+ if (exists($Config{$d}) and defined($Config{$d}) and >+ ($Config{$d} ne '') ) { >+ print "$Config{$d}";
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 179666
: 134917