This is mostly a maintenance release compared to 0.4.0. It fixes build issues when building with _FORTIFY_SOURCE and it includes all the security patches from Mandriva. Pkgsrc Changes: * set LICENSE gnu-gpl-v3 * marked as user-destdir ready. * add option: mmx and python , fixes PR 41735. * set selected X's one to default font path.
12 lines
300 B
Text
12 lines
300 B
Text
$NetBSD: patch-af,v 1.2 2009/07/24 12:10:18 obache Exp $
|
|
|
|
--- FvwmCompositor/main/AScreen.cxx.orig 2008-11-25 10:22:45.000000000 +0000
|
|
+++ FvwmCompositor/main/AScreen.cxx
|
|
@@ -36,6 +36,7 @@
|
|
#include <math.h>
|
|
#include <stdio.h>
|
|
#include <stdexcept>
|
|
+#include <unistd.h>
|
|
|
|
#define SR_SNAP_DIST 12
|
|
|