freebsd-ports/devel/libcwd/files/patch-utils_attach__gdb.cc
Carlos J. Puga Medina 7f446fd4c1 - Update to 1.0.6
- Add LICENSE section
- Switch to GCC=yes since this version adds support for GCC 5.x and 6.x
- Remove unrecognized configuration option --disable-pch
- Bump library version in pkg-plist
- Take maintainership

Reviewed by:	gerald
Differential Revision:	https://reviews.freebsd.org/D10431
2017-04-26 14:39:34 +00:00

10 lines
179 B
C++

--- utils/attach_gdb.cc.orig 2016-01-13 00:40:18 UTC
+++ utils/attach_gdb.cc
@@ -13,6 +13,7 @@
#include "sys.h"
#include "cwd_debug.h"
+#include "signal.h"
#ifdef _WIN32