To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=110479
------- Additional comments from [email protected] Tue Mar 30 18:54:40 +0000 2010 ------- hjs: ah, indeed. wonder why I oversaw it. anyways, thanks for the hint - attached patch fixes it for me. It cares of two cases: STLPORT4=/usr (first !:=) and STLPORT4=/some/dir as created and used by the current debian/rules: ifneq "$(USE_STLPORT)" "y" CONFIGURE_FLAGS += --without-stlport else CONFIGURE_FLAGS += --with-stlport ifeq "$(USE_SYSTEM_STLPORT)" "y" CONFIGURE_FLAGS+= --with-stlport=$(CURDIR)/stlport endif endif [...] ifeq "$(USE_STLPORT)" "y" ifeq "$(USE_SYSTEM_STLPORT)" "y" # stlport home if [ ! -d stlport ]; then \ mkdir -p stlport; \ ln -sf /usr/include/stlport stlport/stlport; \ ln -sf /usr/lib stlport/lib; \ fi endif endif --------------------------------------------------------------------- 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]
