mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 06:10:30 -04:00
- Remove help2man from dependency list, the support was removed upstream [1] - Back to the pool [1] https://github.com/cgdb/cgdb/blob/master/NEWS Approved by: maintainer
11 lines
238 B
C++
11 lines
238 B
C++
--- lib/util/sys_util.cpp.orig 2017-12-31 01:38:05 UTC
|
|
+++ lib/util/sys_util.cpp
|
|
@@ -2,6 +2,8 @@
|
|
#include "config.h"
|
|
#endif /* HAVE_CONFIG_H */
|
|
|
|
+#define _GNU_SOURCE 1
|
|
+
|
|
#if HAVE_STDIO_H
|
|
#include <stdio.h>
|
|
#endif /* HAVE_STDIO_H */
|