To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=91158
------- Additional comments from [EMAIL PROTECTED] Mon Jun 30 17:48:47 +0000 2008 ------- I don't know why diff didn't pick it up, but this one's missing in the patch (otherwise the define doesn't get set properly) --- scp2/source/ooo/makefile.mk 30 Jun 2008 15:24:20 -0000 1.70 +++ scp2/source/ooo/makefile.mk 30 Jun 2008 17:46:41 -0000 @@ -179,6 +179,10 @@ SCPDEFS+=-DENABLE_CAIRO .ENDIF +.IF "$(SYSTEM_LUCENE)" == "YES" +SCPDEFS+=-DSYSTEM_LUCENE +.ENDIF + .IF "$(SYSTEM_ICU)" == "YES" SCPDEFS+=-DSYSTEM_ICU .ELSE can this (attached patch + the above) please be masterfixed? --------------------------------------------------------------------- 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]
