Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 65776 Details for
Bug 57677
Design: Mac OS X's perl vs. Gentoo's perl
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
perl-module.eclass.patch
perl-module.eclass.patch (text/plain), 775 bytes, created by
Kito (RETIRED)
on 2005-08-12 10:52:09 UTC
(
hide
)
Description:
perl-module.eclass.patch
Filename:
MIME Type:
Creator:
Kito (RETIRED)
Created:
2005-08-12 10:52:09 UTC
Size:
775 bytes
patch
obsolete
>--- perl-module.eclass 2005-08-12 10:04:16 -0500 >+++ perl-module.eclass-new 2005-08-11 17:30:51 -0500 >@@ -102,12 +102,22 @@ > eerror > die > else >- perl ${S}/Build.PL installdirs=vendor destdir=${D} >+ use userland_Darwin && installdirs="site" || \ >+ installdirs="vendor" >+ perl ${S}/Build.PL installdirs=${installdirs} destdir=${D} > fi > else > einfo "Using ExtUtils::MakeMaker" >- perl Makefile.PL ${myconf} \ >- PREFIX=/usr INSTALLDIRS=vendor DESTDIR=${D} >+ if use userland_Darwin ; then >+ perl Makefile.PL ${myconf} \ >+ INSTALLDIRS=site \ >+ INSTALLSITEMAN1DIR=/usr/share/man/man1 \ >+ INSTALLSITEMAN3DIR=/usr/share/man/man3 \ >+ DESTDIR=${D} >+ else >+ perl Makefile.PL ${myconf} \ >+ PREFIX=/usr INSTALLDIRS=vendor DESTDIR=${D} >+ fi > fi > } >
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 57677
:
37680
|
38052
|
40515
|
65775
| 65776