Closed
Bug 243794
Opened 21 years ago
Closed 17 years ago
Allow Linspire (aka LindowsOS) specific build config for Nvu
Categories
(SeaMonkey :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: glazou, Assigned: glazou)
References
Details
Attachments
(1 file)
1.06 KB,
patch
|
benjamin
:
review-
|
Details | Diff | Splinter Review |
Linspire (ex-LindowsOS) has a few specific characteristics that are very
important and visible to the users : there is a "My Documents" folder in the
home folder of every user, images are stored in a given place and so on.
When building Nvu on Linspire, we need to comply with those choices.
So we need a LINSPIRE config option / variable for ifdef'ing some portions
of the code (very rare) and some portions of the chrome (more likely).
Assignee | ||
Comment 1•21 years ago
|
||
Comment 2•21 years ago
|
||
Comment on attachment 148644 [details] [diff] [review]
fix #1
At a minimum, this check should be in the platform-specific section (line
1597+).
However, this messes with cross-compiling, because it's using a host flag to
control target options. I would prefer a configure option like
--enable-linspire-features
Attachment #148644 -
Flags: review-
Assignee | ||
Comment 3•21 years ago
|
||
(In reply to comment #2)
> (From update of attachment 148644 [details] [diff] [review])
> At a minimum, this check should be in the platform-specific section (line
> 1597+).
>
> However, this messes with cross-compiling, because it's using a host flag to
> control target options. I would prefer a configure option like
> --enable-linspire-features
Ah, ok, thanks bsmedberg!
Status: NEW → ASSIGNED
Updated•21 years ago
|
Product: Browser → Seamonkey
Comment 4•17 years ago
|
||
Daniel,
Are you still working on this ?
Assignee | ||
Comment 5•17 years ago
|
||
no.
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•