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
State Changed From-To: open->closed Committed, thanks!
Responsible Changed From-To: freebsd-ports-bugs->kde Over to maintainers.