To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=41014
User hjs changed the following:
What |Old value |New value
================================================================================
Assigned to|hjs |cmc
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Mon Jan 31 10:13:01 -0800
2005 -------
to avoid hardcoded variants the solution may look as follows:
- seperate the pic/PIC switch into an own variable for all platforms. e.g. for
unxlngi6
PICSWITCH:=-fpic
CFLAGSSLOGUIMT=$(PICSWITCH)
- export this variable in "settings.mk" to environment
.EXPORT : PICSWITCH
- modify STLport to take this switch from the environment
CXXFLAGS_COMMON = -I${STLPORT_DIR} ${PICSWITCH}
-DGXX_INCLUDE_PATH=${GXX_INCLUDE_PATH} ${WARNING_FLAGS}
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]