Bug 82994 - [PATCH] x11-wm/kdebase-kompmgr: fix build on 4.x
Summary: [PATCH] x11-wm/kdebase-kompmgr: fix build on 4.x
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-kde (group)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-05 04:00 UTC by Tod McQuillin
Modified: 2005-07-05 16:00 UTC (History)
1 user (show)

See Also:


Attachments
kdebase-kompmgr-3.4.1.patch (1.01 KB, patch)
2005-07-05 04:00 UTC, Tod McQuillin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tod McQuillin 2005-07-05 04:00:29 UTC
kompmgr.c was using the C++ism of declaring a variable in the middle
of a block.  C (and in particular gcc 2.95) doesn't allow this, so
the build was failing.

Fixed by moving the declaration to the top of the block.

Added file(s):
- files/patch-kwin_kompmgr_kompmgr.c

Port maintainer (kde@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.63
Comment 1 Michael Nottebrock freebsd_committer freebsd_triage 2005-07-05 15:59:58 UTC
State Changed
From-To: open->closed

Committed, thanks! 


Comment 2 Michael Nottebrock freebsd_committer freebsd_triage 2005-07-05 15:59:58 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kde

Over to maintainers.