Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 214344 Details for
Bug 298019
media-libs/pdflib installs Perl modules into site-dir (should go in vendor-dir)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
pdflib-7.0.4_p4-perl-vendor.patch
pdflib-7.0.4_p4-perl-vendor.patch (text/plain), 570 bytes, created by
David Abbott (RETIRED)
on 2009-12-27 18:50:19 UTC
(
hide
)
Description:
pdflib-7.0.4_p4-perl-vendor.patch
Filename:
MIME Type:
Creator:
David Abbott (RETIRED)
Created:
2009-12-27 18:50:19 UTC
Size:
570 bytes
patch
obsolete
>--- configure.in.orig 2009-12-27 11:04:31.000000000 -0500 >+++ configure.in 2009-12-27 13:44:34.000000000 -0500 >@@ -704,8 +704,8 @@ > AC_MSG_RESULT(unable to determine Perl configuration) > WITH_PERL=no > fi >- >- PERLLIBDIR=`($PERL -e 'use Config; print $Config{sitearchexp};') 2>/dev/null` >+ PERLVENDERLIBDIR=`($PERL -e 'use Config; print $Config{vendorarch};') 2>/dev/null` >+ PERLLIBDIR="${PERLVENDERLIBDIR}/PDFlib" > if test -z "$PERLLIBDIR" -o ! -d "$PERLLIBDIR"; then > AC_MSG_RESULT( unable to determine perl shared library directory) > 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 298019
: 214344 |
214345