Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 385828 Details for
Bug 524120
dev-php/jpgraph-3.0.7 USE=truetype - sed script fails / should depend on dev-lang/php[truetype]
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for correct ebuild file
jpgraph.ebuild.patch (text/plain), 817 bytes, created by
Vanni Della Ricca
on 2014-09-30 16:22:15 UTC
(
hide
)
Description:
Patch for correct ebuild file
Filename:
MIME Type:
Creator:
Vanni Della Ricca
Created:
2014-09-30 16:22:15 UTC
Size:
817 bytes
patch
obsolete
>--- jpgraph-3.0.7-r1.ebuild 2014-08-10 23:01:08.000000000 +0200 >+++ jpgraph-3.0.7-r2.ebuild 2014-09-30 17:56:54.000000000 +0200 >@@ -16,7 +16,8 @@ > IUSE="truetype +examples" > > DEPEND="" >-RDEPEND="truetype? ( media-fonts/corefonts ) >+RDEPEND="truetype? ( media-fonts/corefonts >+ dev-lang/php[gd,truetype] ) > dev-lang/php[gd] > " > S="${WORKDIR}" >@@ -64,7 +65,7 @@ > # make jpgraph use the correct directory for the corefonts if the truetype USE flag is set > > if use truetype ; then >- sed -i "s|.*define('TTF_DIR','/usr/X11R6/lib/X11/fonts/truetype/');|define('TTF_DIR','/usr/share/fonts/corefonts/');|" src/jpg-config.inc.php \ >+ sed -i "s|.*define('TTF_DIR','/usr/share/fonts/truetype/');|define('TTF_DIR','/usr/share/fonts/corefonts/');|" src/jpg-config.inc.php \ > || die "sed failed in patch 3" > 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 524120
: 385828