Closed
Bug 163251
Opened 23 years ago
Closed 23 years ago
SVG doesn't build on BeOS
Categories
(SeaMonkey :: Build Config, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.2alpha
People
(Reporter: sergei_d, Assigned: netscape)
Details
Attachments
(1 file)
|
574 bytes,
patch
|
Details | Diff | Splinter Review |
no libm(ath) in BeOS. All available math functions are in libroot instead.
So line in mozilla/config/autoconf.mk in BeOS case must be
MOZ_LIBART_LIBS = -lmoz_art_lgpl -lroot
instead
MOZ_LIBART_LIBS = -lmoz_art_lgpl -lm
Comment 1•23 years ago
|
||
build config, not layout
Assignee: attinasi → seawood
Component: Layout → Build Config
QA Contact: petersen → granrose
| Assignee | ||
Comment 2•23 years ago
|
||
| Assignee | ||
Updated•23 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P3
Target Milestone: --- → mozilla1.2alpha
Patch has been checked in. Tinderbox is running with --enable-svg now.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•