pkgsrc/wm/icewm14/patches/patch-src_yapp.cc
bsiegert 6b73c01432 Import wip/icewm14 as wm/icewm14.
This is release 1.4.2 of the IceWM carry-on fork. The primary changes for
this release are a large number of bug fixes, memory leak fixes, code
quality improvements, various minor new features and a few portability
fixes.

Six old themes have been replaced with three new themes (CrystalBlue,
Helix, NanoBlue).

pkgsrc change: build now uses CMake.
2018-11-01 09:25:29 +00:00

13 lines
343 B
C++

$NetBSD: patch-src_yapp.cc,v 1.1 2018/11/01 09:25:29 bsiegert Exp $
--- src/yapp.cc.orig 2017-07-30 08:53:35.000000000 +0000
+++ src/yapp.cc
@@ -20,6 +20,8 @@
#include <sys/signalfd.h>
#endif
+#include <signal.h>
+
// FIXME: get rid of this global
extern char const *ApplicationName;
char const *&YApplication::Name = ApplicationName;