Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 215268 Details for
Bug 299734
net-im/licq-1.3.8 needs some bugfixing (upstream)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for really enabling/disablig hebrew support
licq-1.3.8-enable-hebrew.patch (text/plain), 734 bytes, created by
Andy Crook
on 2010-01-05 11:31:51 UTC
(
hide
)
Description:
patch for really enabling/disablig hebrew support
Filename:
MIME Type:
Creator:
Andy Crook
Created:
2010-01-05 11:31:51 UTC
Size:
734 bytes
patch
obsolete
>--- configure 2009-12-13 13:49:09.000000000 +0100 >+++ configure 2009-12-20 17:16:42.000000000 +0100 >@@ -3283,7 +3283,7 @@ > > # Check whether --enable-hebrew was given. > if test "${enable_hebrew+set}" = set; then : >- enableval=$enable_hebrew; USE_HEBREW=yes >+ enableval=$enable_hebrew; USE_HEBREW=$enableval > else > USE_HEBREW=no > fi >--- configure.ac 2009-11-28 17:59:51.000000000 +0100 >+++ configure.ac 2009-12-20 17:16:49.000000000 +0100 >@@ -34,7 +34,7 @@ > AC_ARG_ENABLE( > hebrew, > [ --enable-hebrew include support for hebrew reverse string], >- USE_HEBREW=yes, USE_HEBREW=no) >+ USE_HEBREW=$enableval, USE_HEBREW=no) > if test "$USE_HEBREW" = "yes"; then > AC_DEFINE_UNQUOTED(USE_HEBREW, 1, [reverse string support]) > 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 299734
:
215267
| 215268 |
215269
|
215271