https://bz.apache.org/ooo/show_bug.cgi?id=126118
Issue ID: 126118
Issue Type: DEFECT
Summary: malformed make conditions in /vcl/Module_vcl.mk
Product: Build Tools
Version: 4.2.0-dev
Hardware: PC
OS: Linux32
Status: CONFIRMED
Severity: normal
Priority: P5
Component: dmake
Assignee: [email protected]
Reporter: [email protected]
Created attachment 84515
--> https://bz.apache.org/ooo/attachment.cgi?id=84515&action=edit
Patch to change ifndef statements to ifdef in this makefile.
Operating environment: openSUSE 12.3
GNU Make 3.82
ifndef conditions in /vcl/Module_vcl.mk not processed.
Even though --enable-gtk specified, gtk plugin not built. Porecessing of --
ifneq ($(ENABLE_GTK),)
construct seems to be non-operable with current GNU make version of 3.82.
Patch to change the logic for this statement and similar for KDE statements.
Only the GTK option has been built and verified that vcl-gtk plugin is now
being built.
--
You are receiving this mail because:
You are the assignee for the issue.