Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 404790 Details for
Bug 551526
dev-lang/php: minor fixes to php-5.6.9.ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
0001-Remove-redundant-if-use-firebird-check.patch
0001-Remove-redundant-if-use-firebird-check.patch (text/plain), 778 bytes, created by
Michael Orlitzky
on 2015-06-09 01:20:32 UTC
(
hide
)
Description:
0001-Remove-redundant-if-use-firebird-check.patch
Filename:
MIME Type:
Creator:
Michael Orlitzky
Created:
2015-06-09 01:20:32 UTC
Size:
778 bytes
patch
obsolete
>From 5c91251b715124ade50a02975686e666a1e04346 Mon Sep 17 00:00:00 2001 >From: Michael Orlitzky <michael@orlitzky.com> >Date: Mon, 8 Jun 2015 20:40:46 -0400 >Subject: [PATCH 1/7] Remove redundant "if use firebird" check. > >--- > dev-lang/php/php-5.6.9.ebuild | 7 ++----- > 1 file changed, 2 insertions(+), 5 deletions(-) > >diff --git a/dev-lang/php/php-5.6.9.ebuild b/dev-lang/php/php-5.6.9.ebuild >index 823087e..892f2ff 100644 >--- a/dev-lang/php/php-5.6.9.ebuild >+++ b/dev-lang/php/php-5.6.9.ebuild >@@ -439,11 +439,8 @@ src_configure() { > fi > > # Interbase/firebird support >- >- if use firebird ; then >- my_conf+=" >- $(use_with firebird interbase ${EPREFIX}/usr)" >- fi >+ my_conf+=" >+ $(use_with firebird interbase ${EPREFIX}/usr)" > > # LDAP support > if use ldap ; then >-- >2.3.6 >
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 551526
: 404790 |
404792
|
404794
|
404796
|
404798
|
404800
|
404802