Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 160180 Details for
Bug 249986
RFE: change spec file to permit enabling bytecode-interpreter and subpixel-rendering without editing spec file (patch included)
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch for freetype spec file
freetype-2.3.4-spec.patch (text/plain), 1.18 KB, created by
Need Real Name
on 2007-07-29 01:23:57 UTC
(
hide
)
Description:
patch for freetype spec file
Filename:
MIME Type:
Creator:
Need Real Name
Created:
2007-07-29 01:23:57 UTC
Size:
1.18 KB
patch
obsolete
>--- freetype.spec.orig 2007-07-27 16:43:22.000000000 -0600 >+++ freetype.spec 2007-07-28 19:04:46.000000000 -0600 >@@ -1,7 +1,8 @@ >-# Disable patented bytecode interpreter and patented subpixel rendering. >-# Setting to 0 enables them. >-%define without_bytecode_interpreter 1 >-%define without_subpixel_rendering 1 >+# Patented bytecode interpreter and patented subpixel rendering disabled by default. >+# Pass '--with bytecode_interpreter' and '--with subpixel_rendering' on rpmbuild >+# command-line to enable them. >+%{!?_with_bytecode_interpreter: %{!?_without_bytecode_interpreter: %define _without_bytecode_interpreter --without-bytecode_interpreter}} >+%{!?_with_subpixel_rendering: %{!?_without_subpixel_rendering: %define _without_subpixel_rendering --without-subpixel_rendering}} > > %{!?with_xfree86:%define with_xfree86 1} > >@@ -80,11 +81,11 @@ pushd ft2demos-%{version} > %patch5 -p1 -b .mathlib > popd > >-%if ! %{without_bytecode_interpreter} >+%if %{?_with_bytecode_interpreter:1}%{!?_with_bytecode_interpreter:0} > %patch20 -p1 -b .enable-ft2-bci > %endif > >-%if ! %{without_subpixel_rendering} >+%if %{?_with_subpixel_rendering:1}%{!?_with_subpixel_rendering:0} > %patch21 -p1 -b .enable-spr > %endif >
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 249986
: 160180