Issue 108486 - sdext: presenter build problem
Summary: sdext: presenter build problem
Status: CONFIRMED
Alias: None
Product: Draw
Classification: Application
Component: code (show other issues)
Version: OOO320m10
Hardware: All Linux, all
: P3 Trivial (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-20 13:39 UTC by pmladek
Modified: 2017-05-20 11:27 UTC (History)
1 user (show)

See Also:
Issue Type: PATCH
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
Proposed fix. (769 bytes, patch)
2010-01-20 13:40 UTC, pmladek
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description pmladek 2010-01-20 13:39:20 UTC
I see mixed IF/ENDIF conditionals in sdext/source/presenter/makefile.mk.

There is something like:

.IF "$(L10N_framework)"==""

.IF "$(ENABLE_PRESENTER_SCREEN)" == "NO" 

.ENDIF  # L10N_framework
.IF "$(L10N_framework)"==""

.ENDIF  # "$(ENABLE_PRESENTER_SCREEN)" != "NO"

.ENDIF # L10N_framework


I think that it cause the build problem mentioned at
http://lists.freedesktop.org/archives/ooo-build/2010-January/000471.html

I'll attach a patch that fixes the order.
Comment 1 pmladek 2010-01-20 13:40:15 UTC
Created attachment 67317 [details]
Proposed fix.
Comment 2 ooo 2010-02-22 14:10:26 UTC
ka=>af: could you take a look at this patch and apply it if appropriate, please?
Comment 3 Rob Weir 2013-03-11 15:03:29 UTC
I'm adding this comment to all open issues with Issue Type == PATCH.  We have 220 such issues, many of them quite old.  I apologize for that.  

We need your help in prioritizing which patches should be integrated into our next release, Apache OpenOffice 4.0.

If you have submitted a patch and think it is applicable for AOO 4.0, please respond with a comment to let us know.

On the other hand, if the patch is no longer relevant, please let us know that as well.

If you have any general questions or want to discuss this further, please send a note to our dev mailing list:  dev@openoffice.apache.org

Thanks!

-Rob
Comment 4 Marcus 2017-05-20 11:27:42 UTC
Reset assigne to the default "issues@openoffice.apache.org".